Comments must be placed inside the sequence:
Comments commence with "<!--" and are terminated by "-->".
Special characters such as "&" and ">" are permitted inside comments, and have no special significance.
The character sequence "-->" is explicitly disallowed inside a comment, as it is the comment terminator.
Comments must be contained on a single line (no linefeed) and may not include ANSI colour sequences or other telnet codes.
<!-- this is a comment -->
Comments commence with "<!--" and are terminated by "-->".
Special characters such as "&" and ">" are permitted inside comments, and have no special significance.
The character sequence "-->" is explicitly disallowed inside a comment, as it is the comment terminator.
Comments must be contained on a single line (no linefeed) and may not include ANSI colour sequences or other telnet codes.