Is there a way to comment out a single line in HTML using just an escape sequence at the start of the line? Similar to using # or // in other languages
#
//
No, you have to close the comment with -->.