Tip: Keeping Your HTML and CSS Code Clean
Adding a comment to closing div tags helps make your code easy to read and maintain.
Example:
<div id="sideColumn"> ... ... ... </div><!-- #sideColumn ends -->
Adding a comment to closing div tags helps make your code easy to read and maintain.
Example:
<div id="sideColumn"> ... ... ... </div><!-- #sideColumn ends -->