<TITLE>
The TITLE tag encapsulates the title of the page. Normally, this
is not rendered inside the content window of your web browser. Most
browsers will render the title in the "caption bar" for you web
browser. Titles are also used by search engines to label your pages.
Place the TITLE element inside of the HEAD section of your HTML
document.
A closing tag for this element is required
Attributes
Attribute |
Description |
LANG |
A language code which identifies the text encoding used on the contents
of the TITLE element |
|
Example
<HEAD>
<TITLE LANG="en">All Sprockets</TITLE>
</HEAD>
Compatibility
HTML 4.01
|