


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.
<title>Coyote’s Den</title>
</head>
<head>...</head>