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...
114 KB (12,895 words) - 08:29, 28 July 2025
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...
84 KB (9,596 words) - 09:47, 22 July 2025
The HTML canvas element allows for dynamic, scriptable rendering of 2D shapes and bitmap images. Introduced in HTML5, it is a low level, procedural model...
14 KB (1,496 words) - 17:22, 10 June 2025
Microdata is a WHATWG HTML specification used to nest metadata within existing content on web pages. Search engines, web crawlers, and browsers can extract...
12 KB (1,293 words) - 13:14, 6 August 2024
Frame (World Wide Web) (redirect from HTML frame)
delineation. The iframe element is used inline within a normal HTML body, and defines the initial content and name similarly to the frame element. Any text inside...
14 KB (1,794 words) - 21:20, 15 February 2025
HTML attributes are special words used to adjust the behavior or display of an HTML element. An attribute either modifies the default functionality of...
47 KB (1,799 words) - 04:58, 14 May 2025
Document Object Model (redirect from HTML DOM)
In HTML DOM (Document Object Model), every element is a node[clarification needed]: A document is a document node. All HTML elements are element nodes...
19 KB (2,197 words) - 17:25, 1 August 2025
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...
23 KB (2,886 words) - 13:31, 15 May 2025
The HTML article element is semantic element, similar to <section> and <header>. Introduced in HTML5, it is most commonly used to contain information that...
5 KB (581 words) - 23:29, 10 June 2025
display = "block"; textElement.innerHTML = "Hide paragraph"; } else { displayElement.style.display = "none"; textElement.innerHTML = "Show paragraph"; }...
11 KB (1,435 words) - 18:54, 25 April 2025
HTML video is the only widely supported video playback technology in modern browsers, with the Flash plugin being phased out. The <video> element started...
61 KB (5,316 words) - 03:20, 21 July 2025
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...
11 KB (1,210 words) - 18:01, 21 March 2025
The marquee tag is a non-standard HTML element which causes text to scroll up, down, left or right automatically. The tag was first introduced in early...
8 KB (993 words) - 09:22, 11 June 2025
Div and span (redirect from Span element in HTML)
authors. Where no existing HTML element is applicable, <span> and <div> can valuably represent parts of a document so that HTML attributes such as class...
13 KB (1,573 words) - 14:44, 21 July 2025
CSS (redirect from Pseudo-element)
"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...
80 KB (7,788 words) - 19:04, 19 July 2025
The blink element is a non-standard HTML element that indicates to a user agent (generally a web browser) that the page author intends the content of the...
16 KB (1,720 words) - 18:14, 26 April 2025
HTML audio is a subject of the HTML specification, incorporating audio, including speech to text, all in the browser. The <audio> element represents a...
20 KB (1,624 words) - 14:29, 28 July 2025
A canonical link element is an HTML element that helps webmasters prevent duplicate content issues in search engine optimization by specifying the "canonical"...
8 KB (916 words) - 08:34, 4 June 2025
An 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...
12 KB (1,571 words) - 06:28, 20 July 2025
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...
24 KB (2,454 words) - 05:06, 16 November 2024
family selection is available in two forms: in the deprecated (X)HTML <font>...</font> element with its face attribute, and in the CSS font-family property...
5 KB (741 words) - 09:18, 5 July 2025
results from a search engine. Forms are enclosed in the HTML <form> element. This HTML element specifies the communication endpoint the data entered into...
16 KB (2,044 words) - 03:17, 21 July 2025
front-end JavaScript library that extends HTML with custom attributes that enable the use of AJAX directly in HTML and with a hypermedia-driven approach....
14 KB (1,459 words) - 14:44, 26 May 2025
Meta refresh (redirect from HTML META REFRESH)
the current web page or frame after a given time interval, using an HTML meta element with the http-equiv parameter set to "refresh" and a content parameter...
6 KB (792 words) - 16:51, 18 May 2025
in Wiktionary, the free dictionary. IFrame may refer to: iframe, an HTML element I-frame, a type of video frame in video compression "I-Frames", a shorthand...
499 bytes (98 words) - 22:49, 26 January 2025
by using either a whitelist or a blacklist approach. Leaving a safe HTML element off a whitelist is not so serious; it simply means that that feature...
4 KB (405 words) - 10:05, 7 December 2023
In SGML, HTML and XML documents, the logical constructs known as character data and attribute values consist of sequences of characters, in which each...
322 KB (3,512 words) - 19:13, 2 August 2025