Click to return to the DHTML, HTML     
THEAD Element | THEAD Obj...     TR Element | TR Object     DHTML Objects    
Web Workshop  |  DHTML, HTML & CSS

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 ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
document


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.