What did <meta> do in Html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What did <meta> do in Html?

14th Sep 2017, 12:37 PM
Arun Poudel
Arun Poudel - avatar
4 Answers
+ 9
Here is a good explanation for meta data ;) http://www.w3schools.com/tags/tag_meta.asp What is Meta data? Metadata is data (information) about data. The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. example how to use it: <head> <meta charset="UTF-8"> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML,CSS,XML,JavaScript"> <meta name="author" content="John Doe"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>
14th Sep 2017, 12:45 PM
P R
P R - avatar
+ 3
It provides metadata for the document.
14th Sep 2017, 12:44 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
14th Sep 2017, 12:44 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
0
Contains meta data.
14th Sep 2017, 12:44 PM
josh mizzi
josh mizzi - avatar