how to comment out only one line in html code example
Example 1: comment in html
<!-- this will be ignored -->
Example 2: comment in html
<!-- a comment in html -->
<!-- this will be ignored -->
<!-- a comment in html -->