Which choice uses the correct terminology in describing this markup: <p>info</p>?
<p>info</p>
The start element is <p>, the end element is </p>, and the tag content is info.
<p>
</p>
The start tag is <p>, the end tag is </p>, and the element content is info.
The start tag is <p>, the end tag is </p>, and the enclosed HTML is info.
The element opener is <p>, the element closer is </p>, and the element information is info.