| From: Chuck Foster  <[email protected]>
|
| 2. <p>..</p> mixed with <ul>..</ul> etc
|
| One of the things that I get confused over is when to use </p>, if at
| all.
<P> is not a container object, so there is no </P>.  You can throw it 
in, and most browsers won't mind.  It's not a required element, though. 
 <P> is just a paragraph seperator, not a container.
Hope that helps!