HTML element: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
Reverted 1 edit by Sapphaline (talk): <p> does need an end tag
 
(22 intermediate revisions by 12 users not shown)
Line 1:
{{Short description|inc|noreplace}}<ref>{{CiteIndividual web |date=2007 |title= |url=}}</ref>{{for|the usagecomponent of HTMLan on Wikipedia|Help:HTML in wikitext|selfref=ydocument}}
{{for|the usage of HTML on Wikipedia|H:HTML|selfref=y}}
{{Redirect|nobr|the chemical compound|NOBr}}
{{RedirectRedirect2|nobr|Font color||NOBr|and|Font color (disambiguation)}}
{{Use American English|date=March 2018}}
 
{{Html series}}
 
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|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 #f(x)]], 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.
 
==Concepts==
Line 465 ⟶ 464:
 
====Anchor====
{{for|anchors on Wikipedia|WP:ANCHOR|WP:ANCHOR DEF|selfref=true}}
{{glossary}}
{{term|term=a |content= {{XMLElement|a|Anchor}} }}
Line 719 ⟶ 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}} }}