Open ntntnlstdnt opened 9 years ago
Beautiful! :shipit:
The W3C Markup Validator doesn't warn about using apostrophes (') and spaces in HTML attributes but the more typical convention is to use quotes (") and no spaces around the equal sign in your HTML attributes.
For example:
<p id= 'sport'></p> Valid, but looks weird.
<p id="sport"></p> Looks good!
Hey @egillespie, can you take a look at this? It's hosted here and meets the following project criteria:
.css
file that have a visible effect on the page.js
file, with some behavioral effect on the page