<HTML></HTML>

Contains the entire page


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


Use as the first and last lines of the HTML file as shown in the following example:

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

You don't have to use this tag - it is optional in the HTML specification. I've never seen anyone brave enough to not use it. I personally use it on all my pages just because I think I should.

If, at some future date, the powers that be decide that it's no longer optional, it would be a chore to go back and add it to all your files.


[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:34 -0500
URL: ./htmlgd/taghtml.html