The <P> tag tells the browser to start a new paragraph. In addition to
the opening P tag, you can also use the closing tag, </P>.
If you use the opening and closing tags together, you can also specify ALIGN
attributes such as:
<P ALIGN=LEFT>This is a left aligned paragraph</P>
<P ALIGN=CENTER>This is a center aligned paragraph</P>
<P ALIGN=RIGHT>This is a right aligned paragraph</P>
<P ALIGN=JUSTIFY>This is a justified paragraph
which on some browsers will give you flush margins on both the right and
left sides of the page. This feature is not supported by all browsers.
</P>