- 
					 In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.
 
- 
                        
- False
 - True
 - NA
 - NA
 - NA
 
 
Correct Option: B
Modernizr is a JavaScript library that detects which HTML5 and CSS3 features your visitor’s browser supports. Modernizer determines whether browser has implemented a given feature. Developers take advantage of new features that browsers support, still create fallbacks for browsers that lack support.