Title  - <TITLE>   -  </TITLE>

Previous- THEAD - Table header area definition  |  Next-TR - Table row

Description
The <TITLE> is placed within the <HEAD> tags and forms an identification for the page which appears in the title bar of the screen. It is recommended that the title is explicit, using "The Main Catalogue of European Stamps" rather then Catalogue. Every HTML document must have a title in the <HEAD> statement. The title is also normally picked up when adding to the Favourites and bookmarks in Windows.
Attributes
NameValuesDescription
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<head>
<title>the worlds biggest catalogue of shareware</title>
</head>
This example can not be displayed.
Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- THEAD - Table header area definition  |  Next-TR - Table row