Title
End Tag:
Required
Support Key:
2
|
3
|
3.2
|
4
|
IE1
|
M1
|
N1
|
O2.1
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
=
Index DOT Html
by Brian Wilson [
bloo@blooberry.com
] =
Main Index
|
Element Tree
|
Element Index
|
HTML Support History
What is it?
This is a required part of every HTML document which identifies or summarizes the content found within. A suggested size limit for titles is 256 characters.
Common Attributes
%
Core
%
2
|
3
|
3.2
|
4
|
IE4
|
M
|
N
|
O
%
Language
%
2
|
3
|
3.2
|
4
|
IE
|
M
|
N
|
O
Example
<
title
>This is a title</
title
>
Parent Model
<
head
>
Content Model
%
Text
%
Tips & Tricks
Some browsers may react badly to titles of null length or greater than 256 characters.
If characters from outside the regular english alpha-numeric set are to be used, the author should consider using character entities.
Most graphical browsers display the document TITLE in the Window title bar.
Browser Peculiarities
Although it is a required element in the specification, most popular browsers will not react oddly to its absence.
Some browsers may also use the HTML TITLE as the file name to save. This could cause interaction problems with system file name limitations.
Boring Copyright Stuff...