Home / CSE MCQs / HTML MCQs :: HTML Markup, Forms, Video, Audio, Multimedia

CSE MCQs :: HTML MCQs

  1. When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation.
  2. A.
    measureText()
    B.
    imageData()
    C.
    drawImage()
    D.
    none of the mentioned

  3. ____________ defines the accelerator key to be used for keyboard access to an element.
  4. A.
    data-X
    B.
    accesskey
    C.
    rp
    D.
    command

  5. Which of the following attribute adds audio controls, like play, pause, and volume?
  6. A.
    audio
    B.
    controls
    C.
    source
    D.
    src

  7. The element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag
  8. A.
    object
    B.
    figure
    C.
    embed
    D.
    none of the mentioned

  9. __________ allows the iframe to pull in content from elsewhere in the same domain.
  10. A.
    allow-same-origin
    B.
    allow-forms
    C.
    allow-scripts
    D.
    none of the mentioned

  11. Which of the following HTML Video “ Media Type is not supported in IE?
  12. A.
    WebM
    B.
    MP4
    C.
    Ogg
    D.
    None of the mentioned

  13. In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback.
  14. A.
    currentTime
    B.
    duration
    C.
    defaultPlaybackRate
    D.
    playbackRate

  15. Which plugins can provide the fallback support for old browsers?
  16. A.
    Flash
    B.
    Quicktime
    C.
    both and b
    D.
    none of the mentioned

  17. Which of the following type attributes of input element defines control for entering a telephone number?
  18. A.
    mob
    B.
    tel
    C.
    mobile
    D.
    telephone

  19. The __________ element must reference either an 'altGlyphDef' element or a 'glyph' element.
  20. A.
    href
    B.
    src
    C.
    animate
    D.
    altGlyph