HTML element: Difference between revisions

Content deleted Content added
HTML
Tags: Reverted Visual edit Mobile edit Mobile web edit
Reverted 1 edit by Sapphaline (talk): <p> does need an end tag
 
(7 intermediate revisions by 4 users not shown)
Line 5:
 
{{Html series}}
AMAn '''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|date=February 2019}} The first used version of HTML was written by [[Tim Berners-Lee]] in 1993 and there have since been many versions of HTML. The current de facto standard is governed by the industry group [[WHATWG]] and is known as the HTML Living Standard.
 
An HTML document is composed of a [[tree structure|tree]] of simple HTML [[Node (computer science)|nodes]], such as text nodes, and HTML elements, which add [[semantics]] and formatting to parts of a document (e.g., make text bold, organize it into paragraphs, lists and tables, or embed [[hyperlink]]s and images). Each element can have [[HTML attribute]]s specified. Elements can also have content, including other elements and text.
Line 718:
{{term|term=applet |content= {{XMLElement|applet|Java Applet|deprecated=xhtml}} }}
{{defn|1= Embeds a [[Java applet]] in the page. Deprecated in favor of {{tag|object|o}}, as it could only be used with Java applets, and had accessibility limitations.}}
{{defn|'''Standardized''' in [[#HTML32|HTML 3.2]]; '''deprecated''' in [[#HTML401|HTML 4.0 Transitional]]; '''invalid''' in [[#HTML401|HTML 4.0 Strict]].; As'''obsolete''' ofin 2011, still widely used as the implementations of the replacing {{tag[[#HTML5|object|o}} are not consistent between different browsersHTML5]].}}
 
{{term|term=area |content= {{XMLElement|area|Area|end=no}} }}