You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



Paragraph Tag Tests

Sample displaying paragraphs

This is the first paragraph, at the very beginning of this sample.

The <p> tag above signals the start of this second paragraph. When rendered by a browser, it will begin slightly below the end of the first paragraph, with a bit of extra whitespace between the two paragraphs.

This is the last paragraph in this example.

Sample displaying paragraphs with css property text-align: LEFT|CENTER|RIGHT :

Paragraph Content Alignment

The default paragraph alignment is left!

Right over here, with css style text-align: right paragraph alignment!

Smack in the middle, with css style text-align: center paragraph alignment!

Slides back Left, with default left paragraph alignment!


Next Test: headings