Name
Paragraph
Description
Defines a paragraph. Text used in this tag will appear on a new line -
two lines below the previous paragraph.
Attributes
ALIGN
Aligns the paragraph. The following values are valid: 'center',
'justify', 'left' (default) and 'right'.
Example
Code
<p>This paragraph will be left aligned.</p>
<p align="right">This paragraph will be right
aligned.</p>
<p align="center">This paragraph will be aligned in the
centre.</p>
<p align="justify">The alignment in this paragraph will be
justified. In order to show this, the paragraph needs to be more than one line
in length. Justifying text is not always appropriate - aligning text to the left
will look better in most cases.</p>
Generates
This paragraph will be left aligned.
This paragraph will be right aligned.
This paragraph will be aligned in the centre.
The alignment in this paragraph will be justified. In order
to show this, the paragraph needs to be more than one line in length. Justifying
text is not always appropriate - aligning text to the left will look better in
most cases.
© Martin Allen 1999 - 2006. Last updated Sunday 22 October 2006 09:06:16 PM +0100.
|