HEAD
The head of an HTML document is an unordered collection of
information about the document. For example:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HEAD>
<TITLE>Introduction to HTML</TITLE>
</HEAD>
...
Content
- base -- Base context document
- isindex -- Document is a searchable index
- nextid -- Next ID to use for link name
- title -- Title of document
Inclusions
- link -- Link from this document
- meta -- Generic meta-information
No ATTRIBUTES
CONTENT DECLARATION
- Tag Minimization
-
Open Tag: OPTIONAL
Close Tag: OPTIONAL
Parent Elements
- html -- HyperText Markup Language Document
Top Elements
All Elements
General Entities
Tree
HTML 2.0 DTD