Html
 
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 THE top level container tag for an HTML document. It specifies that the content of the document is text with HTML markup tags. The content of an HTML document is a HEAD element which contains the title of the document plus other information ABOUT the document. Following the HEAD element comes the visible content of the document in the BODY element. Alternately, an author may specify a FRAMESET series in place of the BODY element that enumerates the layout of sub-documents to be contained in the master document.
Attributes
This tag accepts no attributes
Example
<html>
<head
    <title>this is a title</title>
</head>
<body>
    Document content
</body>
</html>
Parent Model
NA
Content Model
<body> | <frameset> | <head>
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...