Contains the title of the document.
HTML Syntax
<TITLE ID=value TITLE=string >
Remarks
This element can be used only within the HEAD element. Any text between the opening and closing TITLE tags displays in the browser title bar and in the Microsoft® Windows® taskbar. In Web pages, "Microsoft Internet Explorer" is appended to the title. In HTML Applications, by contrast, only the specified title appears.
The TITLE element is a block element and requires a closing tag.
This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
Members
Styles
Example
This example uses the TITLE element to specify a title for the document.
<HEAD> <TITLE>"Welcome to Internet Explorer!"</TITLE> </HEAD>
Applies To
document