diff --git a/guide/english/html/index.md b/guide/english/html/index.md
index 6f958d67a7..70ba1a6c33 100644
--- a/guide/english/html/index.md
+++ b/guide/english/html/index.md
@@ -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 [](#) 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 [](#) 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.