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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  4. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  6. A.

     Opera

    B.

     Firefox

    C.

     Chrome

    D.

     Internet Explorer

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  10. A.

     audio

    B.

     controls

    C.

     source

    D.

     src

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  18. A.

     readyState

    B.

     startDate

    C.

     videoTracks

    D.

     textTracks

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum