<HEAD>
The <HEAD> Tag represents the Head of an HTML page. The
only requirement is that the
<TITLE> Tag be inside it:
<head>
<title>D.J. Quad's HTML Tag Reference List</title>
</head>
Other options that can be within <HEAD> Tags (usually
behind
<TITLE>)
include:
| <BASE> |
- The base address of the HTML |
| <ISINDEX>
|
- Keywords |
| <LINK> |
- Indicate links between documents |
| <NEXTID> |
- Creates unique identifiers |
| <META> |
- Specifies document information useable by server and/or
client. IMPORTANT! |
| <STYLE>
|
- Style Sheet information. |
Most of the options aren't of much value since HTML 3.0.
|