TITLE Element | title Object
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
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus. document
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.