Two things: 1) Quotes should be required around attributes, like this: `<div class="hello"></div>` 2) Second, we should pick either double `"` or single `'`. I would think double makes more sense, since people tend to use single quotes in JavaScript. Thoughts?