Changes suggested on line 9 (#24834)

pull/25432/head^2
Adekanye Timilehin 2018-12-03 19:33:20 +01:00 committed by Christopher McCormack
parent 74acc0478c
commit 2e64c17b34
1 changed files with 1 additions and 4 deletions

View File

@ -4,16 +4,13 @@ title: HTML
# HTML
HyperText Markup Language (HTML) is a markup language used to construct online documents and is the foundation of most websites today. A markup language like HTML allows us to:
1) Create links to other documents
2) Structure the content in our document
3) Attribute context and meaning to the content of our document
An HTML document has two aspects to it. It contains structured information (Markup), and text-links (HyperText) to other documents. We structure our pages using [HTML elements](#). They are constructs of the language providing [structure](#) and [meaning](#) in our document for the browser and [<anchor>](#) linking to other documents across the internet.
An HTML document has two aspects which are the Markup and the HyperText. The first aspect contains structured information that makes up the website, and latter contains text-links (HyperText) to other documents. We structure our pages using [HTML elements](#). They are constructs of the language providing [structure](#) and [meaning](#) in our document for the browser and the [<anchor>](#) element links to other documents across the internet.
The first publicly available description of HTML was a document called "HTML Tags", first mentioned on the Internet in late 1991 by Tim Berners-Lee, who is widely credited with the invention of html.