HTML element: Difference between revisions

Content deleted Content added
m Lists: add anchor to handle redirect from definition list
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 1:
{{Short description|IndividualThis component ofis an HTMLhtml documentelement}}
{{Vague|elementHTML5}}
{{for|the usage of HTML on Wikipedia|Help:HTML in wikitext|selfref=y}}
{{Elements}}
{{Redirect|nobr|the chemical compound|NOBr}}
{{Redirect|Font color}}
{{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, 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==