|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<DIV></DIV>Contains a logical division of a 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 FinalAllows the use of the align attribute; closes out any open p (paragraph containers); and general all around formatting thing.
NetscapeNothing special. Microsoft Internet ExplorerNothing special. InternationalizationNothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |