HEAD

 [tree logo] '><br>
<img src=
SUL & AIR Conventions

In SUL/AIR the only elements in HEAD are TITLE and optionally a single line like the following: <link rev="made" href="mailto:YOURADDRESS@YOURHOST.stanford.edu"> , which some browsers can use to allow the reader to send a comment to you by email.
           ----

The HEAD contains general information about the document. The contents of the HEAD are not displayed as part of the document text: the displayed material is found within the BODY. Consequently, only certain mark-up elements can be placed within the HEAD. These are:

Example

<HEAD>
<TITLE> Goofy Stuff Index Page </TITLE>
<NEXTID N=z33>
<BASE HREF="http://www.somewhere.org/stuff/blob.html">
</HEAD>
<BODY>
..... text of the document
</BODY>


Content

Inclusions


Tag Minimization
Open Tag: OPTIONAL
Close Tag: OPTIONAL
No ATTRIBUTES
See CONTENT DECLARATION


Parent Elements


Top Element List
All Element List
Tree
html-s DTD