Version | //IETF//DTD HTML 2.0 Strict//EN |
---|---|
Element | HEAD |
Purpose | document head |
Description | This element encloses information about a document.
It is unordered information
and not part of the document's BODY.
Note that you only have one head (and one body).
For example:
<HEAD> <TITLE>Basic HTML Demonstration Document</TITLE> <LINK Rev="made" Href="mailto:john@december.com"> <META Name="description" Content="Demonstrates basic features of HTML"> <META Name="keywords" Content="HTML, hypertext, basics, learning, reference"> </HEAD> |
Start tag | Optional <HEAD> |
Attributes | NONE |
Content | ( TITLE & ISINDEX ? & BASE ? ) +( META | LINK ) |
End tag | Optional </HEAD> |
Referenced in | HTML |