From 7b41f330b010ccc3b10e3508a7bcb0c756c77892 Mon Sep 17 00:00:00 2001 From: yougotrossed Date: Thu, 18 Oct 2018 16:35:04 -0500 Subject: [PATCH] Grammar correction (#19961) Deleted "s" in paragraph 1, sentence 2: "A markupS language" --- guide/english/html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/index.md b/guide/english/html/index.md index 3c5960c2c5..e6a3366c20 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -4,7 +4,7 @@ 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 languages like HTML allows us to 1) create links to other documents, 2) structure the content in our document, and 3) ascribe context and meaning to the content of our document. +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, and 3) ascribe 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 the [](#) element links to other documents across the internet.