Provides an unordered collection of information about the document.
HTML Syntax
<HEAD CLASS=classname ID=value TITLE=text >
Remarks
The HEAD element provides information that does not affect the rendering of the document but could be of use to the browser. The following tags are valid in this element:
The HEAD element requires a closing tag.
This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
Members
Example
This example uses the HEAD element to create a document title.
<HEAD> <TITLE>A Simple Document</TITLE> </HEAD>