mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[html/en] small correction to english (#2553)
This commit is contained in:
parent
e5416f2a34
commit
e52cfdfde5
@ -8,7 +8,7 @@ translators:
|
||||
---
|
||||
|
||||
HTML stands for HyperText Markup Language.
|
||||
It is a language which use 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 to write webpages using code to indicate 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 surrounding it with opening tags and closing tags.
|
||||
|
Loading…
Reference in New Issue
Block a user