What is meta data, how can i use meta tags. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

What is meta data, how can i use meta tags.

10th Feb 2017, 8:31 AM
Ekansh
3 Answers
+ 7
Here is a good explanation for meta data ;) http://www.w3schools.com/tags/tag_meta.asp But if you dont want to read the whole stuff this is the short answer: 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>
10th Feb 2017, 9:22 AM
R4xx4r
R4xx4r - avatar
+ 6
Thanks
23rd May 2017, 12:15 PM
Ekansh
0
Thanks
9th Apr 2019, 1:44 PM
haytham farouk
haytham farouk - avatar