commen html line code example
Example 1: how to comment in html
<!-- your comment goes here -->
Example 2: hmtl comment
<!--
this is a multi-line comment and is the only way to comment in html
However you can put them on the same line
-->
<!-- your comment goes here -->
<!--
this is a multi-line comment and is the only way to comment in html
However you can put them on the same line
-->