Meta tags are generally used to include information about a document such as author name, creation date, copyright information etc. They always placed between the <HEAD> tags of an HTML document.
Each Meta tag has two important attributes:
- HTTP-EQUIV or NAME
- CONTENT
<META HTTP-EQUIV=”some_name” CONTENT=”some_content”>OR
<META NAME=”some_name” CONTENT=”some_content”>
