The TITLE element is required in every HTML document. It is used to name the file in browser bookmarks. When robots index the Web, the title is used by their search engines.
Only letters, digits, and character entities should appear in the title text.
Titles should be unique, informative, and reasonably brief (fewer than 64 characters).
The start and end tag are required.
Markup example:
<TITLE>Time & Time Again, Inc.</TITLE> |
Typical rendering:
"Time & Time Again, Inc." appears at the top of the browser window. |