Click to return to home page
Richard Lowe Jr Home

<TITLE> and </TITLE>

Description Attributes Examples

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


Unless otherwise noted, all photos and text is Copyright © Richard G Lowe, Jr.