comment inline html code example
Example 1: comment in HTML
<!-- This is how you comment in HTML -->
Example 2: comment a div in html
<!-- comment out div tag
<div class"woteva">
...
</div>
-->
<!-- This is how you comment in HTML -->
<!-- comment out div tag
<div class"woteva">
...
</div>
-->