TITLE - document title
Description
The TITLE tag
specifies the title of the document. This title appears in the
title bar of the browser window. In addition, automated web search
tools can use the title to index documents. If no title is
specified, the default title depends on the browser being used.
The TITLE tag is used within the <HEAD> and </HEAD>
tags.
Syntax
<TITLE>Document title</TITLE>
Attributes
No Attributes.
|