[<HEAD>...</HEAD>]
Description
Container for elements describing the current document. This section contains
no contents the browser should display in the body of the text.
The following elements are allowed inside the HEAD section :
DTD
<!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head -->
<!ATTLIST HEAD %i18n; -- lang, dir --
profile %URI; #IMPLIED -- named dictionary of meta info --
>
from the
HTML 4.0 DTD,
"Copyright ©
W3C,
(MIT,
INRIA,
Keio).
All Rights Reserved."
Attributes
Internationalization attributes:
dir
lang
PROFILE
Specify a list of URI, separated by spaces, that contain meta data information
about the page.
HTML 4.0 doesn't specify the format of the data inside the profiles.