<HEAD></HEAD>

Contains non-displayed information about the page


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


Use to mark the beginning and the end of the information contained in the header portion of an HTML file. This is information that is not displayed by the browser (unless it wants to use the TITLE element to give a name to the viewing window).

        <html>
==>>    <head>
        <title>Some Title</title>
==>>    </head>
        <body>
            .
            .
            .
        </body>
        </html>

The use of this tag is optional. You can leave it off if you want. I like having the definition in my pages so I use it.

The following elements can be used in the header portion of the file:


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


The Rusk Family . . . "the Legend Continues"

Michael T. Rusk
Comments to author: mrusk@radix.net

All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.

Revised: December 03, 1997 10:53 -0500
URL: ./htmlgd/taghead.html