Chuck's Academy

How to comment in HTML?

  • Comments in HTML are made with /* Comment */.

  • Comments in HTML are made with // Comment.

  • Comments in HTML are made with # Comment.

  • Comments in HTML are made with <!-- Comment -->.

Verify