Picture of Example



Examples of Paragraph Alignments

The following paragraphs illustrate all possible ALIGN attribute values. Have a look at what they do on your browser.

ALIGN="left"

This paragraph is left aligned, with the start tag
<p align="left">. By default, paragraphs are left-aligned.


ALIGN="center"

This paragraph is center-aligned, and begins with the tag
<p align="center">. Just some extra stuff to show the CENTER effect in paragraph alignment.


ALIGN="right"

This paragraph is right-aligned, and begins with the tag
<p align="right">. This should be right-aligned on your browser display (flushed to the right hand margin, with a ragged left margin).


ALIGN="justify"

This paragraph is left and right justified, and begins with the tag
<p align="justify">. This text should be flush with both the left and right margins when viewed in a browser. Extra text here should be able to show how this works.