how to commetn out code in html code example
Example 1: comment in html
<!-- this will be ignored -->
Example 2: comments in html
<!-- This text is commented in html -->
<!-- this will be ignored -->
<!-- This text is commented in html -->