Category: Basic HTML Components | Previous: HEAD | Next: BASE

<TITLE>

Description:

The title. The title element encloses the title of the document.

Syntax:

<TITLE> ... </TITLE>

Attributes:

Attribute Value Description
None

Notes:

Example:

The title of this site:

<HTML>
<HEAD>

<TITLE> HTML Reference </TITLE>
</HEAD>


Index: HTML Reference | Previous: TH | Next: TR