<DIV
ALIGN=LEFT|CENTER|RIGHT|JUSTIFY
CLASS=type
ID=value
LANG=iso
NOWRAP>
</DIV>
Represents different kinds of containers, for example, chapter, section, abstract, or appendix. The end-tag is required.
LEFT | Text is aligned to the left. |
CENTER | Text is centered. |
RIGHT | Text is aligned to the right. |
JUSTIFY | Text is justified to the right and left margins. |
Example
<DIV> This text represents a section. </DIV> <DIV ALIGN=CENTER> This text represents another section, and its text is centered. </DIV>