1.

Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.(a) True(b) FalseThis question was posed to me by my college director while I was bunking the class.The above asked question is from Compatibility Libraries topic in chapter HTML Fundamentals of HTML

Answer»

Right option is (b) False

Best explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions