Bill Kennelly's HTML Tag Reference
DIV - document section
Description
The <DIV> tag encloses a block of content. It is usefule for applying alignment and style characteristics to a section of a document that contains multiple elements, rather than having to apply stle or alignments to each individual element in the block. Each <DIV> element starts on a new line.
Syntax
<DIV ALIGN="left|right|center">
< >
Attributes
ALIGN specifies the alignment of the block of content.
  • LEFT aligns the block of content to the left (DEFAULT).
  • RIGHT aligns the block of content to the right.
  • CENTER aligns the block of content in the center.
The UNIVERSAL ATTRIBUTES can be used with this tag.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups