Most of static internet pages are
made in HTML language. The <meta>
tag provides metadata about the HTML
document. Metadata can be seen in
code view of any web page. It will
never be displayed on the page.
The <meta> tag always goes inside
the head
1) Title Tag
2) Description Tag
3) Keywords Tag
There are many meta tags but three
tags are very common.
Meta elements are typically used to
specify page description, keywords,
author of the document, last
modified, and other metadata.