Version | -//W3C//DTD HTML 4.01//EN | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Element | META | ||||||||||||||||||||||||||||
Purpose | generic metainformation | ||||||||||||||||||||||||||||
Description | This element identifies meta-information (information about information) of a document. It is not meant to duplicate the structural information that the other elements, such as TITLE,
convey about the document.
For example:
<META Name="description" Content="Demonstrates basic features of HTML"> <META Name="keywords" Content="HTML, hypertext, basics, learning, reference"> | ||||||||||||||||||||||||||||
Start tag | Required <META> | ||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||
Content | EMPTY | ||||||||||||||||||||||||||||
End tag | Forbidden | ||||||||||||||||||||||||||||
Referenced in | HEAD TITLE |