contents.gifindex.gifprev1.gifnext1.gif

pueblo00000000.gif <title>...</title>

Note: This tag is not necessary for World output to Pueblo. Web Tracker supports this element so that normal web pages may be displayed.

The title should identify the contents of the document, and may be used in history lists and as a label for the windows displaying the document. Titles are not typically rendered in the text of a document itself.

The Title element must occur within the <head> of the document and may not contain anchors, paragraph elements, or highlighting. Only one title is allowed in a document.

Note: The length of a title is not limited, however, long titles may be truncated in some applications. To minimize the possibility, titles should be fewer than 64 characters. Also keep in mind that a short title, such as “pictures” may be meaningless out of context. A more meaningful title might be “Coyote’s Vanagon pictures”.

Examples

The following code defines the title of a web page:

<head>

<title>Coyote’s Vanagon pictures</title>

</head>

Also see

<head>