
HTML5 Boilerplate: es un set de archivos para usar como plantillas en el inicio de un proyecto web.
Las características (sacadas directamente de su documentación) son las siguientes:
- 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
- Think there’s too much? The HTML5 Boilerplate is delete-key friendly.
- Mobile browser optimizations
- Progressive enhancement graceful degredation …….. yeah yeah we got that
- IE specific classes for maximum cross-browser control
- Want to write unit tests but lazy? A full, hooked up test suite is waiting for you.
- Javascript profiling.. in IE6 and IE7? Sure, no problem.
- Console.log nerfing so you won’t break anyone by mistake.
- Never go wrong with your doctype or markup!
- An optimal print stylesheet, performance optimized
- iOS, Android, Opera Mobile-adaptable markup and CSS skeleton.
- IE6 pngfix baked in.
- jQuery, waiting for you
Más info y descarga: HTML5 Boilerplate