<DIV>
The <DIV> Tag is a Document Division, and is used with
the ALIGN command for LEFT, CENTER, or RIGHT. Anything within the
<DIV> </DIV> Tags will be aligned accordingly,
including other Tags.
All this text is aligned to the right.
<div align="right">
All this text is aligned to the right.
</div>
|