Up until now, we have covered HTML markup in the document BODY section where the visible material resides. We depart, now, to cover material that is mostly invisible to the Web reader, but is important for other reasons.
The HTML HEAD section contains information about the document, so-called "meta information".
Inside the HEAD section, the following elements may reside:
TITLE
|
This contains the title of your document. |
BASE
|
This represents the URL of your document. |
STYLE
|
This encloses a style sheet. |
META
|
This supplies information about the document. |