HTML Comments Sample

View source to see the comments

About HTML Comments

tags -->

HTML comments are written with the <!-- and --> tags.

They can span multiple lines:

Key Points:

  • HTML comments are visible in the source code
  • They are not rendered by the browser
  • They are useful for documentation
-->