1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 00:06:47 +02:00

[html/en] Minor typographical improvements (#4111)

Minor typographical edits (mostly capitalization and so on) for improved readability in beginning and ending Markdown descriptions
This commit is contained in:
taivlam
2022-01-03 16:40:58 +00:00
committed by GitHub
parent 353f9fca40
commit 2abab47335

View File

@@ -8,11 +8,11 @@ translators:
- ["Dimitri Kokkonis", "https://github.com/kokkonisd"] - ["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 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. files.
What is this markup? It is a method of organising the page's data by 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** **HTML is NOT a programming language**
## To Learn More ## To Learn More
* [wikipedia](https://en.wikipedia.org/wiki/HTML) * [Wikipedia](https://en.wikipedia.org/wiki/HTML)
* [HTML tutorial](https://developer.mozilla.org/en-US/docs/Web/HTML) * [HTML Tutorial](https://developer.mozilla.org/en-US/docs/Web/HTML)
* [W3School](http://www.w3schools.com/html/html_intro.asp) * [W3Schools](http://www.w3schools.com/html/html_intro.asp)