| Version | W3C//DTD HTML 3.2 Final//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 | Optional <HEAD> |
| Attributes | NONE |
| Content | ( TITLE & ISINDEX ? & BASE ? ) +( SCRIPT | STYLE | META | LINK ) |
| End tag | Optional </HEAD> |
| Referenced in | HTML |
Bookmark
·
Search ·
Market