how to comment out comments in html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: comment in html
<!-- this will be ignored -->
Example 3: comment in HTML
<!-- This is how you comment in HTML -->
<!-- a comment in html -->
<!-- this will be ignored -->
<!-- This is how you comment in HTML -->