How to write an HTML Comment code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: html comment
<!-- HTML comment
any line -->
/* CSS comment
any line */
// Javascript comment single line
/* Javascript comment
multiline */