diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-04 04:26:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 04:26:14 -0700 |
commit | 4d59048f0df8441e5ad2c2c440e8d54b0e9c11b6 (patch) | |
tree | fa2dbdd40da35b3c27f928f1112ea43193a7482e /html.html.markdown | |
parent | b38d4437120e700646a45dff68b7c4ff3f7109c0 (diff) | |
parent | 327001f58739489b41f6b1f7bbc8be900847b381 (diff) |
Merge branch 'master' into patch-2
Diffstat (limited to 'html.html.markdown')
-rw-r--r-- | html.html.markdown | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html.html.markdown b/html.html.markdown index b8212776..e9226a61 100644 --- a/html.html.markdown +++ b/html.html.markdown @@ -8,11 +8,11 @@ translators: - ["Dimitri Kokkonis", "https://github.com/kokkonisd"] --- -HTML stands for HyperText Markup Language. +HTML stands for Hypertext Markup Language. -It is a language which allows us to write pages for the world wide web. +It is a language which allows us to write pages for the World Wide Web. It is a markup language, it enables us to write webpages using code to indicate -how text and data should be displayed. In fact, html files are simple text +how text and data should be displayed. In fact, HTML files are simple text files. What is this markup? It is a method of organising the page's data by @@ -171,6 +171,6 @@ HTML is written in files ending with `.html` or `.htm`. The mime type is **HTML is NOT a programming language** ## To Learn More -* [wikipedia](https://en.wikipedia.org/wiki/HTML) -* [HTML tutorial](https://developer.mozilla.org/en-US/docs/Web/HTML) -* [W3School](http://www.w3schools.com/html/html_intro.asp) +* [Wikipedia](https://en.wikipedia.org/wiki/HTML) +* [HTML Tutorial](https://developer.mozilla.org/en-US/docs/Web/HTML) +* [W3Schools](http://www.w3schools.com/html/html_intro.asp) |