This element identifies parts of a document. You put elements in a DIV element so that you can set their alignments.
Note that you don't get new paragraphs just because of a DIV. Think of DIV as a grouping element.
<DIV Align="right">
The space
station was
</DIV>
<DIV Align="left">
abandoned
</DIV>
<DIV Align="center">
because of the damage:
<UL>
<LI>Low power
<LI>Damaged hull
<LI>Fires
</UL>
</DIV>