What is the correct way to code a comment in HTML?
//this is a comment
/* this is a comment */
<! this is a comment ->
<!-- this is a comment -->