HEAD Element | HEAD Object

DHTML, HTML, & CSS

HEAD Element | HEAD Object


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>

Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.