HTML Element

An HTML element is an individual component of an HTML document. HTML documents are composed of a tree of HTML elements and other nodes, such as text nodes. Each element can have attributes specified. Elements can also have content, including other elements and text. HTML elements represent semantics, or meaning. For example, the title element represents the title of the document.

In the HTML syntax, most elements are written with a start tag and an end tag, with the content in between. Tags are composed of the name of the element, surrounded by angle brackets. An end tag also has a slash after the opening angle bracket, to distinguish it from the start tag. For example, a paragraph, which is represented by the p element, would be written as

In the HTML syntax, most elements are written ...

However, not all of these elements require the end tag, or even the start tag, to be present. Some elements, the so-called void elements don't have an end tag. A typical example is the br element, which represents a significant line break, such as in a poem or an address. For example, the address of the dentist in Finding Nemo would be written as

P. Sherman
42 Wallaby Way
Sydney

Attributes are specified on the start tag. For example, the abbr element, which represents an abbreviation, expects a title attribute with its expansion. This would be written as

HTML

Read more about HTML Element:  Document Head Elements, Document Body Elements, Frames, Historic Elements, Non-standard Elements, Previously Obsolete But Added Back in HTML 5, Comments

Famous quotes containing the word element:

    Lisa Fremont: Surprise is the most important element of attack. And besides, you’re not up on your private eye literature. When they’re in trouble it’s always their girl Friday who gets them out of it.
    L.B. Jeffries: Well, is she the girl who saves him from the clutches of the seductive show girls and the over passionate daughters of the rich?
    Lisa Fremont: The same.
    L.B. Jeffries: That’s the one, huh? But he never ends up marrying her, does he? That’s strange.
    John Michael Hayes (b. 1919)