Re: HTML+ has no <!-- comments? -->

Dave_Raggett (dsr@hplb.hpl.hp.com)
Wed, 1 Dec 93 15:47:51 GMT


Bert Bos writes:

> The old HTML specification allows comments in documents, bracketed by
> <!-- and -->, but I couldn't find it in the HTML+ draft. Since HTML+
> is an SGML application, one would assume that comments are supported,
> but I think it should be mentioned explicitly.

Thanks for the tip!

You can use "<!--" around other tags and the first "-->" sequence will
terminate the comment, i.e. you can't nest comments, just like c :-)

Dave