<TITLE> | NN all IE all HTML all |
|
<TITLE>...</TITLE> | End Tag: Required |
|
The TITLE element identifies the overall content
of a document. The element content is not displayed as part of the
document, but browsers display the title in the browser
application's window titlebar. Only one
TITLE element is permitted per document and it
must be located inside the HEAD element. It is
alright to be somewhat verbose in assigning a document title because
not everyone will access the document in sequence through your web
site. Give the document some context as well.
|
|
Example
<TITLE>Declaration of Independence</TITLE>
|
|
Object Model Reference
IE |
[window.]document.all.elementID |
|