On 11/3/10 2:26 PM, 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>. -- David E. Ross <http://www.rossde.com/> I am again filtering and ignoring all newsgroup messages posted through GoogleGroups via Google's G2/1.0 user agent because of the amount of spam from that source. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

