Progressive enhancement
Progressive enhancement is a web development approach starting with basic functionality for all browsers and then building more advanced functionality for modern browsers, and so improving the richness of the user experience.
Modernizr is a JavaScript library for progressive enhancement. It creates a JavaScript object named Modernizr with the available HTML5 and CSS3 features, and adds classes to the html element for use in CSS.
















