Language References
Specifies the title of the document. | HTML 2, 3.2, 4, 4.01, 5 |
HTML Syntax
<title
id = value
title = string
>
The content of the TITLE element displays both in the title bar of the browser window and in the Microsoft® Windows® taskbar.
In addition, automated Web search tools use the content of the TITLE element to index documents. If no title is specified, the default title depends on the browser being used.
This element can only be used within the HEAD element.
TITLE Members
<head>
<title>Welcome to HTML<title>
</head>
Show me
HTML HEAD