html class work by comment code example
Example 1: how to comment out html
<!-- a comment in html -->
Example 2: comment a div in html
<!-- comment out div tag
<div class"woteva">
...
</div>
-->
<!-- a comment in html -->
<!-- comment out div tag
<div class"woteva">
...
</div>
-->