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:

    Cranks live by theory, not by pure desire. They want votes, peace, nuts, liberty, and spinning-looms not because they love these things, as a child loves jam, but because they think they ought to have them. That is one element which makes the crank.
    Rose Macaulay (1881–1958)