From e279dbd9f4b42d1d6b667dd47ce43082f9d01454 Mon Sep 17 00:00:00 2001 From: CharanRudraraju <44398033+CharanRudraraju@users.noreply.github.com> Date: Tue, 4 Dec 2018 06:12:51 +0800 Subject: [PATCH] Add more information to head tag in 38 line (#26848) head: The element contains meta information about the document and non-visual elements that help make the page work --- 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 ef2221e59d..0a48d229d2 100644 --- a/guide/english/html/index.md +++ b/guide/english/html/index.md @@ -44,7 +44,7 @@ In HTML tags come in pairs, as seen above. The first tag in a pair is called the html: The root element of an HTML page -head: This element contains meta information about the document +head: The element contains meta information about the document and non-visual elements that help make the page work title: This element specifies a title for the document