summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortaivlam <47955724+taivlam@users.noreply.github.com>2022-01-03 16:40:58 +0000
committerGitHub <noreply@github.com>2022-01-04 00:40:58 +0800
commit2abab4733525e1456b704322bb63993bf16ece7d (patch)
tree84d65cd9807cf965152c3558fc269051847832ac
parent353f9fca40c47d3cd7e3640d6de818a06db1f41b (diff)
[html/en] Minor typographical improvements (#4111)
Minor typographical edits (mostly capitalization and so on) for improved readability in beginning and ending Markdown descriptions
-rw-r--r--html.html.markdown12
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)