Home » HTML » Html miscellaneous » Question
  1. What is the JavaScript check for the HTML5 video feature?
    1. Modernizr.rgba
    2. Modernizr.rgba
    3. Modernizr.video[format].
    4. Modernizr.video
    5. None of these
Correct Option: D

HTML5 feature video is detected by Modernizr.video. Modernizr.video[format] detects HTML5 video format feature. Modernizr.rgba detects rgba() feature of HTML5, hsla() is detected by Modernizr.hsla



Your comments will be displayed only after manual approval.