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
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:
“One can describe a landscape in many different words and sentences, but one would not normally cut up a picture of a landscape and rearrange it in different patterns in order to describe it in different ways. Because a photograph is not composed of discrete units strung out in a linear row of meaningful pieces, we do not understand it by looking at one element after another in a set sequence. The photograph is understood in one act of seeing; it is perceived in a gestalt.”
—Joshua Meyrowitz, U.S. educator, media critic. The Blurring of Public and Private Behaviors, No Sense of Place: The Impact of Electronic Media on Social Behavior, Oxford University Press (1985)