David E. Ross wrote: > Beauregard T. Shagnasty wrote: >> David E. Ross wrote: >>> In any case, get rid of the </p>, </li>, </dd>, and </dt> tags. >>> They are not needed. Their presence makes your page look like tag >>> soup. >> >> I agree with the rest of what you wrote, except for the above. All >> elements should be closed, having an opening tag and a closing tag. >> If you don't, you would fail Strict validation. >> >> <p>This is a paragraph.</p> > > From the W3C HTML 4.01 specification: > > 9.3.1 Paragraphs: the P element > ... > Start tag: required, End tag: optional > > See <http://www.w3.org/TR/REC-html40/struct/text.html#h-9.3.1>.
Yes, I know what the spec says. But if you don't use closing tags in your coding, it's like trying to read a group of sentences without periods at the end. I did say "should" be closed, not "must". Oh, and if you ever have thoughts about advancing to XHTML or HTML 5, you'll have to reinsert all those closing tags you took out. -- -bts -Four wheels carry the body; two wheels move the soul _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

