Head  - <HEAD>   -  </HEAD>

Previous- H6 - Heading Font 6  |  Next-HR - Horizontal rule

Description
The <HEAD> element contains information about the current document, such as its title, keywords for use with search engines, and other data that is not intended to appear in the actual document. The <HEAD> element is not essential in HTML 3.2 and above, but we recommend you continue to use it in all documents. The following tags can be placed within the <HEAD> tags: TITLE BASE ISINDEX LINK SCRIPT STYLE META
Attributes
NameValuesDescription
classclassnameClass of the element which is used to associate the element with a style sheet.
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
profileurlLocation of a meta-data profile
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<head title="document header description">
<title>home of enhanced html</title>
</head>
This example can not be displayed.
Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES NO YES YES NO NO

Previous- H6 - Heading Font 6  |  Next-HR - Horizontal rule