Home / CSE / HTML- CS :: HTML5

CSE :: HTML- CS

  1. In HTML Audio/Video DOM, __________ returns a TimeRanges object representing the buffered parts of the audio/video.

  2. A.

     preload

    B.

     networkState

    C.

     buffered

    D.

     controller


  3. There is an audio format supported across all browsers.

  4. A.

     True

    B.

     False


  5. Which of the following browser does not support wav file format?

  6. A.

     Opera

    B.

     Firefox

    C.

     Chrome

    D.

     Internet Explorer


  7. In HTML Audio/Video DOM, __________ sets or returns the volume of the audio/video.

  8. A.

     src

    B.

     volume controls

    C.

     volume

    D.

     video Tracks


  9. Which of the following attribute adds audio controls, like play, pause, and volume?

  10. A.

     audio

    B.

     controls

    C.

     source

    D.

     src


  11. In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start playing as soon as it is loaded.

  12. A.

     controls

    B.

     audio Tracks

    C.

     autoplay

    D.

     currentSrc


  13. In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished.

  14. A.

     loop

    B.

     autoplay

    C.

     seeking

    D.

     played


  15. In HTML Audio/Video DOM, __________ returns a MediaError object representing the error state of the audio/video.

  16. A.

     ended

    B.

     seeking

    C.

     error

    D.

     mediaGroup


  17. In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks.

  18. A.

     readyState

    B.

     startDate

    C.

     videoTracks

    D.

     textTracks


  19. Which of the following statement is not true?

  20. A.

     SVG stands for Scalable Vector Graphics

    B.

     SVG is used to define graphics for the Web

    C.

     SVG is a W3C recommendation

    D.

     All of the mentioned