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!