This indicates a paragraph in the document. It is a container but most browsers
allow you to omit the closing element, and assume a closing element when a new
opening element is encountered.
ALIGN
This attribute determines where you want the paragraph to be placed on the
document. Valid values are CENTER, LEFT and RIGHT. The default alignment is
LEFT.
Examples
<P align="right">
Here we have a paragraph<BR>
placed on the right side<BR>
of the page.
Here we have a paragraph
placed on the right side
of the page.