Any
amount of white space will automatically compressed into a single space when
your HTML document is displayed in a browser. The easiest way to understand
this is to say when a browser reads a <P> tag it will insert an empty
line. The only time you would use the closing tag would be when you are
aligning the paragraph, the closing tag will tell the alignment when to stop
aligning. To use alignment do this:
<P
ALIGN="center">your text</P>
© Copyright 2002 Carnegie Webhead's