<title> Description:
The <title></title> element defines the title of the document. The title usually displays within the browser window's title bar or on a status line. With most browsers it becomes the default name if the page is bookmarked.
<title> Web Browser Support:
- Netscape 2, 3, 4, 6, 7
- Mozilla 1
- Firefox 1
- Internet Explorer 2, 3, 4, 5, 6
- Opera 3, 4, 5, 6, 7, 8
- Safari 1
- WebTV / MSNTV
- AvantGo Palm OS
- AvantGo Windows CE
- HTML 3.2, 4.0
- XHTML 1.0: XHTML Structure Module
<title> Attributes:
<title> End Tag:
</title> REQUIRED
<title> Contents:
Plain text. The following tags are valid within the <title> tag:
None
<title> Valid Context:
The <title> tag is valid within the following tags:
head
<title> Usage:
- Standard title
<head> <title>A Descriptive Title</title> </head>
<title> Special Notes:
- A descriptive title will improve any page you create, it is usually the first thing a reader sees about the page, so it should be short but clear.
- Search engines use the title as the link.
- Most browsers use the title for the default name on the bookmarks, so you want your title to make sense out of context.
- Common style uses the title as the main headline of the page as well.

