W3 3.2y
4.0y
NS 3.0y
4.0y
IE 3.0y
4.0y
TV 1.2y
2.1y

<TITLE>...</TITLE>

Description

Specify the title of the HTML document. This element is only allowed inside the HEAD element.

You may use character entities in the title, such as &iuml; but other elements are not allowed.

Most graphical browsers display the title as the caption of the window.

Each HTML document must have one title present.

Attributes

Internationalization attributes: dir lang

Examples

Source
Go ahead and watch <A href="TITLE1.html" target="_top">the TITLE example</A>.
<P>
(Use the back button to return to the framed version).
 
Result
Go ahead and watch the TITLE example.

(Use the back button to return to the framed version).