contents.gifindex.gifprev1.gifnext1.gif

pueblo00000000.gif <head>...</head>

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 head of an HTML document is an unordered collection of information about the document. Currently, Web Tracker only recognizes the <title> and <base> elements.

The following <head>-related elements are currently ignored:

<base> Allows base address of HTML document to be specified.

<isindex> Allows keyword searching of the document.

<link> Indicate relationships between documents.

<nextid> Creates unique document identifiers.

<meta> Specifies document information useable by server/clients.

Examples

The following code defines the title of a web page:

<head>

<title>Coyote’s Den</title>

</head>

Also see

<body>

<html>