Head

Support Key: [2|3|3.2|4] [X1|X1.1] [IE1|M1|N1|O2.1]
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson =
Main Index | Element Tree | Element Index | HTML Support History



   Quick Statistics   
End Tag:
   Start & End tag optional
Standards Details:
In all HTML 4.x DTDs
XHTML Modules:
Structure
CSS 'display' Type:
"none"
CSS Mapping:
NA
Default Rendering:
NA
Official Docs:
HTML 4.x, XHTML 1.1
What is it?
This is a top level element in every HTML document which encapsulates information and directions in an unordered fashion that are ABOUT the HTML document. No actual document content is located in the HEAD element.

Common Attributes
%Core%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N6B1|O5]
%Accessibility%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N|O]
%Language%
[2|3|3.2|4] [X1|X1.1] [IE4|M|N|O]

Specific Attributes
Profile
[2|3|3.2|4] [X1|X1.1] [IE|M|N|O]
Standards Details: In all HTML 4.x/XHTML DTDs
Required? No
Description:
This attribute specifies the location of one or more white-space separated meta data profile URLs for the current document. Such profile URLs would allow for rich classes of information about the current document, in much the same way as the META element.
Values: CDATA. [Either an absolute or relative URL. All URLs should be URL encoded where required.]
Example
<html>
<head>
    <title>this is a title</title>
</head>

<body>
    Document content
</body>
</html>
Parent Model
<html>
Content Model
%Head Content%
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...