Head
 
End Tag: Start & End tag optional
Support Key: 2 | 3 | 3.2 | IE1 | M1 | N1
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Top Of Tree | Tag Index | Tag History


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.
Attributes
This tag accepts no attributes
Example
<html>
<head
    <title>this is a title</title>
</head>

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