The paragraph tag starts a new paragraph, equivalent to two
BR tags. The </P> tag is
optional if the tag is only to insert space between two paragraphs, but
vital when attributes (for example, ALIGN="center") are to apply to
the whole paragraph. The ALIGN attribute can be one of
LEFT, RIGHT, or CENTER. The NOWRAP
attribute will make it so lines are only broken at the
<BR> tag.