This article is about the HTML elements in general. For information on how to format Wikipedia entries, see Help:Wiki markup and Help:HTML in wikitext.
"nobr" redirects here. For the chemical compound NOBr, see Nitrosyl bromide.
"Font color" redirects here. For OpenType fonts featuring multicolored glyphs, see OpenType § Color fonts.
Individual component of an HTML document
HTML
Dynamic HTML
HTML5
article
audio
canvas
video
XHTML
Basic
Mobile Profile
HTML element
meta
div and span
blink
marquee
HTML attribute
alt attribute
HTML frame
HTML editor
Character encodings
named characters
Unicode
Language code
Document Object Model
Browser Object Model
Style sheets
CSS
Font family
Web colors
JavaScript
WebCL
Web3D
WebGL
WebGPU
WebXR
W3C
Validator
WHATWG
Quirks mode
Web storage
Rendering engine
Comparisons
Document markup languages
Comparison of browser engines
v
t
e
An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others).[vague] The first used version of HTML was written by Tim Berners-Lee in 1993 and there have since been many versions of HTML. The most commonly used version is HTML 4.01, which became official standard in December 1999.[1] An HTML document is composed of a tree of simple HTML nodes, such as text nodes, and HTML elements, which add semantics and formatting to parts of document (e.g., make text bold, organize it into paragraphs, lists and tables, or embed hyperlinks and images). Each element can have HTML attributes specified. Elements can also have content, including other elements and text.
^"WebD2: A Brief History of HTML". www.washington.edu. Retrieved 2022-08-23.
An HTMLelement is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment...
and may include sub-element tags. Browsers do not display the HTML tags but use them to interpret the content of the page. HTML can embed programs written...
The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D shapes and bitmap images. It is a low level, procedural model that...
HTML attributes are special words used inside the opening tag to control the element's behaviour. HTML attributes are a modifier of a HTMLelement type...
A canonical link element is an HTMLelement that helps webmasters prevent duplicate content issues in search engine optimization by specifying the "canonical"...
The HTML5 specification introduced the video element for the purpose of playing videos, partially replacing the object element. HTML5 video is intended...
standard. In HTML DOM (Document Object Model), every element is a node: A document is a document node. All HTML elements are element nodes. All HTML attributes...
span element was introduced to HTML in the internationalization working group's second draft html-i18n in 1995. However, it was not until HTML 4.01 that...
element has two uses: either to emulate the use of an HTTP response header field, or to embed additional metadata within the HTML document. With HTML...
"CSS class", although sometimes used, is a misnomer, as element classes—specified with the HTML class attribute—is a markup feature that is distinct from...
formalise this approach to semantics in HTML. One important restriction of this approach is that such markup based on element inclusion must meet the well-formedness...
A HTML editor is a program used for editing HTML, the markup of a web page. Although the HTML markup in a web page can be controlled with any text editor...
The latter is achieved by means of an HTMLelement with a "name" or "id" attribute at that position of the HTML document. The URL of the position is the...
type="audio/ogg; codecs=vorbis" /> <p>Your user agent does not support the HTML5 Audio element.</p> </audio> On PC: Google Chrome Internet Explorer 9 Firefox 3...
ROOT elements are also called document elements. In HTML, the root element is the <html> element. The World Wide Web Consortium defines not only the specifications...
The marquee tag is a non-standard HTMLelement which causes text to scroll up, down, left or right automatically. The tag was first introduced in early...
The blink element is a non-standard HTMLelement that indicates to a user agent (generally a web browser) that the page author intends the content of the...
results from a search engine. Forms are enclosed in the HTML <form> element. This HTMLelement specifies the communication endpoint the data entered into...
up Element, element, élément, Elements, elements, or éléments in Wiktionary, the free dictionary. Element or elements may refer to: Chemical element, a...
HTML5 Article is a HTML5 semantic element, similar to <section> and <header>. It is most commonly used to contain information that may be distributed...
included within the document itself. For HTML it is possible to include this information inside the head element near the top of the document: <meta...
g. <p>). XML is case-sensitive for element and attribute names, while HTML is not. Some shorthand features in HTML are omitted in XML, such as (1) attribute...
button the only button in the "pushed in" position. In web forms, the HTMLelement <input type="radio"> is used to display a radio button. Example: <form>...
element in the document. For example, in XHTML, the root element is <html>, being the first element opened (after the doctype declaration) and last closed...