Tag
InHTML, atag is used for creating anelement.
The name of an HTML element is the name that appears at the beginning of the element's start tag and at the end of the element's end tag (if the element has an end tag). For example, thep in the<p> start tag and</p> end tag is the name of the HTML paragraph element. Note that an element name in an end tag is preceded by a slash character:</p>, and that forvoid elements, the end tag is neither required nor allowed.
In this article
See also
- HTML element on Wikipedia
- HTML elements syntax onWHATWG
- Introduction to HTML