RuskFamily.com ... the Legend Continues Practice Page
| 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 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 | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

Michael T. Rusk
Comments to author: mike@ruskfamily.com

All contents copyright © 1996-2001 Michael T. Rusk
All rights reserved.

Valid HTML 4.01!   Valid CSS!

Revised: Sunday, December 30, 2007 11:06 -0500
URL: ./htmlgd/tagdiv.html