| Version | -//W3C//DTD XHTML 1.0 Transitional//EN | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Element | head | ||||||||||||||||||||||||
| Purpose | document head | ||||||||||||||||||||||||
| Description | This element encloses information about a document.
It is unordered information
and not part of the document's body.
Note that you only have one head (and one body).
For example:
<head> <title>Basic HTML Demonstration Document</title> <link Rev="made" Href="mailto:john@december.com" /> <meta Name="description" Content="Demonstrates basic features of HTML" /> <meta Name="keywords" Content="HTML, hypertext, basics, learning, reference" /> </head> | ||||||||||||||||||||||||
| Start tag | Required <head> | ||||||||||||||||||||||||
| Attributes |
| ||||||||||||||||||||||||
| Content | ( ( script | style | meta | link | object | isindex )* , (( title , ( script | style | meta | link | object | isindex )* , ( base , ( script | style | meta | link | object | isindex )* )?) | ( base , ( script | style | meta | link | object | isindex )* , ( title , ( script | style | meta | link | object | isindex )* )))) | ||||||||||||||||||||||||
| End tag | Required </head> | ||||||||||||||||||||||||
| Referenced in | html |
Bookmark
·
Search ·
Market