+ 1
What is the use of <meta> tag in html??
HTML confusing me
2 ответов
+ 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.
0
ohh . tanx for explaination