Appearance:
align: <value>
Possible Values:
left | right | center | justify
Initial Value:
Left
Applies to:
Block-level elements
Inherited:
Yes

The text-align property can be applied to Block-level elements ( P, H1, etc.) to give the alignment of the element's text.

Some examples follow:

<p align="right">This would make the following line justify right</p>

This would make the following line justify right

Images can be alligned using: align=top|middle|bottom|left|right