TITLE

Description

It should identify the contents of the document and in a global context, and may be used in history lists and as a label for the windows displaying the document.

Syntax

<TITLE
ID=value
TITLE=string
>

Parameter

Description

ID

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.

Example

<HEAD>
<TITLE>"Welcome To Use SothinkWebEditor!"</TITLE>
</HEAD>

Remarks

The Title element must occur within the head of the document and may not contain anchors, paragraph elements, or highlighting. Only one title is allowed in a document.