HTML Tags and Comments
<-- This is an HTML comment -->
<div>
Same line div content
</div>
<div>
This div has opening and closing tags
on different lines.
</div>