<DIV></DIV>

Contains a logical division of a page


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


Element used to allow the structuring of an HTML document.

   <html>
        <head>
        <title>A Document Divided Against itself</title>
        </head>
        <body>
           .
           .
==>>      <div align=center>
       Some stuff for this division.
           .
           .
==>>      </div>
          .
           .
        </body>
        </html>

To be honest, I've never used this tag in real life. It looks interesting and maybe I'll try it some day when I have nothing better to do.

HTML 3.2 Final

Allows the use of the align attribute; closes out any open p (paragraph containers); and general all around formatting thing.

align
Can have values of left, center, or right.

Netscape

    Nothing special.

Microsoft Internet Explorer

    Nothing special.

Internationalization

    Nothing special.


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