HTML element: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
m Reverted 2 edits by 103.108.30.71 (talk) to last revision by Drummingman
Line 1:
{{Short description|inc|noreplace}}<ref>{{CiteIndividual component webof |date=2007an |title=HTML |url=document}}</ref>
{{for|the usage of HTML on Wikipedia|Help:HTML in wikitext|selfref=y}}
{{Redirect|nobr|the chemical compound|NOBr}}
{{Redirect|Font color}}
{{Use American English|date=March 2018}}
 
{{Html series}}
Line 8 ⟶ 9:
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==