<P> This is an example of a paragraph in an HTML Document. It is simply an uninterrupted sequence of sentences. White space is ignored though words are separated with a single space character. </P>

is rendered as ...

This is an example of a paragraph in an HTML Document. It is simply an uninterrupted sequence of sentences. White space is ignored though words are separated with a single space character.


NOTES:

Line Breaks

Line breaks are achieved as follows: <P> This is the direct result of neglect. <BR> And this starts a new line but not a new paragraph. </P>

is rendered as ...

Line breaks are achieved as follows:

This is the direct result of neglect.
And this starts a new line but not a new paragraph.