What is the use of meta tags | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the use of meta tags

8th Feb 2018, 12:27 PM
Anand Limbu
Anand Limbu - avatar
3 Answers
+ 37
The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. the metadata can be used by browsers , search engines, or other web services. web designers can take control over the viewport, through the <meta> tag. Eg:- <meta name="viewport"content="width=device-width, initial-scale=1.0"> https://www.w3schools.com/tags/tag_meta.asp
8th Feb 2018, 2:06 PM
Elizabeth🌸
Elizabeth🌸 - avatar
+ 13
https://www.w3schools.com/tags/tag_meta.asp
8th Feb 2018, 12:39 PM
Youssef Ouamou
Youssef Ouamou - avatar
8th Feb 2018, 1:07 PM
Akash Pal
Akash Pal - avatar