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.

DTD

<!ELEMENT TITLE - - (#PCDATA) -(%head.misc;) -- document title -->
<!ATTLIST TITLE %i18n>
from the HTML 4.0 DTD, "Copyright © W3C, (MIT, INRIA, Keio). All Rights Reserved."

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).

Statistics