Hi all,
what is the use of meta tags in html.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 8, 2010, 9:31 AM
Gomathi PalaniswamyPosted Oct 8, 2010, 7:17 AM
what is meta?
information about data.it provides information about html document.it will not be displayed.
ArshadPosted Oct 8, 2010, 6:04 AM
Please find the below.
Metadata is information about data.
The 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.
The tag always goes inside the head element.
The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.
Regards,
Arshad.