<TITLE> and </TITLE>

Description:

The <TITLE> tag is a required element in all HTML documents. The closing </TITLE> is required.

Search engines generally use the title as the document name in the result of their searches.

Attributes:

dir=direction
Indicates the language of the text in the title.
lang="lang"
Indicates the language of the text within the title.

Examples:

<HEAD>
<TITLE>Donald's Day Off</TITLE>
</HEAD>

This <TITLE> declares the name of the document as "Donald's Day Off".