Home » HTML » Html miscellaneous » Question
  1. ____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.
    1. Modernizer.geolocation
    2. HasEvent()
    3. Navigator.userAgent
    4. Modernizr.load
    5. None of these
Correct Option: D

Modernizr.load is optional in your build, but if you are loading polyfills, there’s a good chance it can save you some bandwidth and boost performance a bit. Modernizr.load objects print out on your page in the exact spot they should be, coming after the Modernizr.



Your comments will be displayed only after manual approval.