HTML5 Bones – A Bare Minimum HTML5 Template
1°
Boilerplates are usually very handy when starting new web projects as they provide an instant
HTML5 Bones is a boilerplate for HTML5-powered websites including the most-required stuff (normalize.css, html5shiv, etc.) in the markup.
Besides the markup, it is very well commented which works as a useful guide for anyone new into HTML5.
It simply shows the usage of HTML5 markup including header
, section
, article
, footer
and more (there is also an example of video
as well).