diff --git a/guide/english/html/index.md b/guide/english/html/index.md
index b5af10751d..ebe4e492dd 100644
--- a/guide/english/html/index.md
+++ b/guide/english/html/index.md
@@ -11,7 +11,7 @@ HyperText Markup Language (HTML) is the standard [markup language](https://en.wi
2) Structure the content in our document
3) Attribute context and meaning to the content of our document
-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.
+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 the 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.
@@ -19,7 +19,7 @@ The Internet was originally created to store and present static (unchanging) doc
HTML5 is the latest version, or specification, of HTML. The [World Wide Web Consortium (W3C)](https://www.w3.org/) is the organization responsible for developing standards for the World Wide Web, including those for HTML. As web pages and web applications grow more complex, W3C updates HTML's standards.
-HTML5 introduced a host of semantic elements. As discussed, HTML provides meaning to our documents, however it wasn't until HTML5's introduction of [semantic elements](#) that its potential was realized.
+HTML5 introduced a host of semantic elements. As discussed, HTML provides meaning to our documents, however, it wasn't until HTML5's introduction of [semantic elements](#) that its potential was realized.
HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages.
@@ -39,7 +39,7 @@ HTML can embed programs written in a scripting language such as JavaScript, whic