how to comment a block of code in html code example
Example 1: comment in html
<!-- this will be ignored -->
Example 2: html comments
<!-- i am a comment -->
Example 3: comment in html
<!-- a comment in html -->
Example 4: html comment
<!--this is comment-->