This HTML5-Skeleton consists of the very bare essentials of most of the projects I work on. Because sharing really is caring I figured that putting this on GitHub might be a noble thing to do.
Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
Since each project entails some Internet Explorer issues, I made sure that some classes will be added to the <html>-tag when the page is being viewed in a certain version of Internet Explorer.
These classes are:
.lt-ie9.lt-ie8.lt-ie7
If JavaScript isn't enabled in the browser, the class .no-js will also be added to the <html>-tag