As I sad in my first “welcome” post I’d like to introduce you in Html5 Boilerplate.
HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and future-proof site.It’s a very useful template, starter-kit, to use always when you start a new project.
Boilerplate is not a framework, nor does it prescribe any philosophy of development, it’s just got some tricks to get your project off the ground quickly and right-footed.
Here some of the features:
- Cross-browser compatible (IE6, yeah we got that.)
- HTML5 ready. Use the new tags with certainty.
- Optimal caching and compression rules for grade-A performance.
- Best practice site configuration defaults.
- Mobile browser optimizations.
- IE specific classes for maximum cross-browser control.
- Handy .no-js and .js classes to style based on capability.
I suggest to you to follow the guide of Dan Wahlin in his blog and than when you’re ready you can start to build website with knowledge of start in the right way using Html5 Boilerplate.