<P>
The <P> Tag is used for a paragraph, one of the most popular Tags in HTML. It has 3
commands within the ALIGN
command, LEFT, CENTER, and RIGHT, the first is default.

This is used for a paragraph, one of the most
popular Tags in HTML.

<p align="center">This is used for a
paragraph, one of the most popular Tags in HTML.</p>

This is used for a paragraph, one of the most
popular Tags in HTML.

<p align="right">This is used for a
paragraph, one of the most popular Tags in HTML.</p>
|