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