Re: Closing tags

You may use either form.
Most browsers will ignore the </...> tags for these elements.
SGML parsers do not need to see the </...> tags either.

> 
> I'm sorry if this has been asked before, but I'm new to this list, so ...
> 
> What's right to use according to the standard and standards to come of 
> the following:
> 
>     <P></P>, <LI></LI>, <DT></DT>, <DD></DD>
> 
> or without closing tags
> 
>     <P>, <LI>, <DT>, <DD>
> 
> I looked at the 2.0 DTD, but couldn't figure out what's right.
> 
> 
> Thanks for any help,
> Trond Are Undem

Received on Sunday, 9 April 1995 14:46:44 UTC