HTML element

From Dharmasphere

Jump to: navigation, search

An element is a unit of structure within an HTML document. Elements may represent headings, paragraphs, hypertext links, lists, embedded media, and a variety of other structures.

An Example Element

<tag>Some piece of text</tag>

As in this example, the element usually contains an opening tag, a closing tag and the text that they enclose.

See Also

Personal tools