img html tag in comment code example
Example 1: comment a div in html
<!-- comment out div tag
<div class"woteva">
...
</div>
-->
Example 2: a tag displays below img tag
img {
display: block;
}
<!-- comment out div tag
<div class"woteva">
...
</div>
-->
img {
display: block;
}