previous | start
| next
<HEAD>
</HEAD>
Marks the HTML document heading.
The end-tag is required to donote closure for the document heading. Typically
the BODY begin-tag appears after the HEAD end-tag.
Example
<HEAD>
<TITLE>A Simple Document</TITLE>
</HEAD>
previous | start
| next