HTML
Epic Fail
Recently, the W3C updated their site with a new redesign. As a few people have pointed out, what’s ironic about this new release is that it fails their own CSS validation.
Recently, the W3C updated their site with a new redesign. As a few people have pointed out, what’s ironic about this new release is that it fails their own CSS validation.
I’m making this my first post because everything that follows will be built upon this principle. The idea here is that your HTML, CSS, and JavaScript should all live separately, in their own documents. In practice, this means not using the style attribute, <style> tags, event attributes (onclick, onmouseover, etc.), or <script> tags beyong linking to an external .js file.