TITLETITLE*
*



Contents  *



Index  *Topic Contents
*Previous Topic: THEAD
*Next Topic: TR

TITLE

Description

Identifies the contents of the document in a global context.

Syntax

<TITLE
ID=value
TITLE=string
>

ParameterDescription
ID=value An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underbar character, "_", may be used in the ID name. The ID should be unique throughout the scope of the document. If more than one object with the same identifier exists in a document, a collection of those named items is created that can only be referenced by ordinal position.
TITLE= Used to provide advisory information.

Remarks

This element may only be used within the HEAD tag.

This element is a block element.

Both the start and end tags are required.

Example

<HEAD>
<TITLE>"Welcome To Internet Explorer!"</TITLE>
</HEAD>

Scripting Object

TITLE


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.