adding comment in html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: how to comment in html
<!-- your comment goes here -->
Example 3: html comments
<!-- Example Comment -->
Example 4: html note
<!-- This is an HTML note -->
Example 5: html comment
<!--this is comment-->
Example 6: hmtl comment
<!--
this is a multi-line comment and is the only way to comment in html
However you can put them on the same line
-->