HEAD
- The
<HEAD> contains general information.
- It requires the
<TITLE> element between the
<HEAD> and </HEAD> tags.
- The contents of the
<HEAD> are not displayed as part of the
document text, thus the
<HEAD> tags do not directly affect the look of the document when
rendered.
- The displayed material is found within the
<BODY>.
Only certain mark-up elements can be placed within the HEAD. We will be covering two such
elements:
- META -- provides information about the document.
- TITLE -- The title of the document. This element
is mandatory -- all documents must have a
<TITLE> and </TITLE>.