[251] in World Wide Web
Comments in HTML
daemon@ATHENA.MIT.EDU (yandros@MIT.EDU)
Sun May 15 02:19:46 1994
From: yandros@MIT.EDU
Date: Sun, 15 May 94 02:19:32 -0400
To: www@MIT.EDU
I went and looked and here's the deal:
Comments in HTML are anything between `<!--' and `-->'.
The use of `-->' instead of `>' means that you can comment out HTML
tags.
As usual with useful WWW features, Mosaic gets it wrong; Mosaic ends
the comment at the first `>', which, of course, screws up parsing
commented HTML code with tags. For now, there is no known fix to
this; you'll have to do something uglier (like, take out the angle
brackets).
chad