Commenting HTML
The easiest way to comment HTML is placing
1<!–
before the comment and then place
1–>
after the comment. For Example:
1 <!– comment –>
There are also other variations of that method but since HTML is officially an SGML application, the comment syntax used in HTML documents is actually the SGML comment syntax. Unfortunately this syntax is a bit unclear at [...]




