twadeus / codelab-js-intro

https://github.com
0 stars 0 forks source link

Code Lab Feedback #1

Open twadeus opened 8 years ago

twadeus commented 8 years ago

Hey @chrisvfritz, can you take a look at this? It's hosted here and meets the following project criteria:

chrisvfritz commented 8 years ago

It works! 😄 It doesn't pass W3C Markup Validation though. Try checking out the example HTML here, comparing it to your first 3 lines especially. Beyond that, I also see an empty <script></script> element which is also outside of both the head and body.

To clarify, no elements should ever exist outside both the <head> and <body>, except for the doctype and html elements. Additionally, if we're not going to put any JavaScript in a script element, we should just delete it.

Let me know if that makes sense! Also let me know when you fix these errors, so I can take another look. 😃 🎈

twadeus commented 8 years ago

Sorry forgot to update GitHub.

chrisvfritz commented 8 years ago

Oh, much better! 🎉 🚀 :shipit: 😸