From de6f43cb340e3b5b883b8b5ffed5b3fc175ede31 Mon Sep 17 00:00:00 2001 From: Pratik Lodha Date: Tue, 4 Dec 2018 02:30:43 +0530 Subject: [PATCH] Update index.md (#25432) Slight modifications in the definition of HTML --- 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 69808beab5..b6f30ce93a 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 language like HTML allows us to: +HyperText Markup Language (HTML) is the standard markup language used for creating web pages, web applications and moreover 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