HTML: / Home / Tag

What is an HTML Tag?

An HTML Tag is the part of an HTML Element that defines what type of element it is. Each type of Element has a specific behavior.

Most HTML Elements begin and end with the Tags that define the type of element.

<p>This is a paragraph element.</p>

An HTML Begin Tag is the tag name inside the less than "<" character and the greater than ">" character. As in: <p>.

An HTML End Tag is the tag name with a slash "/" in front of it. It is also inside the "less than" and "greater than" character. As in: </p>.

More Information

More about Files

<- HTMLElement            Document ->
5Tag