HTML and CSS Reference
In-Depth Information
Figure 2-7. HTML5 Boilerplate site
It incorporates three years of research into current cutting-edge coding techniques, so
you can just get on with building your website. In fact, HTML5 Boilerplate includes
so
much that it would be time prohibitive to mention it all. So, here are some of its
highlights:
• An
index.html
file that includes:
—Valid HTML5 markup
—References to Modernizr and jQuery JavaScript libraries (which are included
with the template)
—Conditional statements that add classes to body tags based on what version of
Internet Explorer the page is being viewed on (so you can easily create IE6- or
IE7-specific styles)
—A basic structural skeleton within the
body
tag
—IE6
.png
fix script
—Google analytics script




