HTML element
From Dharmasphere
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.
[edit]
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.
[edit]
