Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.
Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support. Correct Answer False
Modernizr is a JavaScript library which is designed to detect HTML5 and CSS3 features in various browsers, which lets JavaScript avoid using unimplemented features or use a workaround such as a shim to emulate them. Modernizr, in spite of its name, does not actually add missing functionalities to browsers save for the HTML5 tags styling support.