HTML tags should always use double quotes, javascript should always use single quotes.
HTML <div>
tags should always be closed with a comment indicating the div class and/or ID. Example:
<div class="mydiv">
<a href="#">I'm a link!</a>
</div><!--/.mydiv-->