how to coment in html code example
Example 1: comment in html
<!-- this will be ignored -->
Example 2: how to comment in html
<!-- your comment goes here -->
Example 3: html comments
<!-- Example Comment -->
<!-- this will be ignored -->
<!-- your comment goes here -->
<!-- Example Comment -->