<P> ... <P> PARAGRAPH
Description:
Creates a line break and starts a new paragraph.
Attributes:
align - for aligning text; can be set
equal to left, center or right.
Example code:
<P>
This is an example of a paragraph.
<P>
A space has been created between this sentence and the one above.
Result:
This is an example of a paragraph.
A space has been created between this sentence and the one above.