What is the use of <meta> tag in html?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is the use of <meta> tag in html??

HTML confusing me

12th May 2017, 2:08 PM
Ram
Ram - avatar
2 Réponses
+ 14
The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.
12th May 2017, 2:27 PM
Kailash Loncha
Kailash Loncha - avatar
0
ohh . tanx for explaination
12th May 2017, 2:53 PM
Ram
Ram - avatar