<title>
description
Defines the title of the current HTML document. The title usually displays within the browser window's title bar or on a status line. With most browsers it becomes the default name if the page is bookmarked.

viewable in

attributes

end tag
</title> REQUIRED

contents
Plain text and HTML encoded special characters. The following tags are valid within the <title> tag:
None

valid context
The <title> tag is valid within the following tags:
head

examples
<head>
<title>A Descriptive Title</title>
</head>

special notes

Return to HTML Tag Library