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
This commit is contained in:
CharanRudraraju
2018-12-04 06:12:51 +08:00
committed by Christopher McCormack
parent f6bc110216
commit e279dbd9f4

View File

@ -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