comment multiple lines html code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: how to comment in html
<!-- your comment goes here -->
Example 3: multiline comment html
<!-- HTML
comment
multiple
lines -->
Example 4: HTML comment multiple lines
<! HTML
comment
multiple
lines -->