
I directly quote from my post:
<!--This is a comment in HTML-->







// is a C-based comment.
It is used in all C-based languages including C, C++, Javascript, .PHP, and others.
/* Comment */
Is a multi-lined comment too, in C-based so you don't have to put // on every line in your comment paragraph.
