HTML + HTML5 interview questions part 7

HTML + HTML5 interview questions part 7

Take as many assements as you can to improve your validate your skill rating

Total Questions: 20

1. In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback.

Correct Answer is : defaultPlaybackRate

2. In HTML Audio/Video DOM, __________ sets or returns the CORS settings of the audio/video.

Correct Answer is : crossOrigin

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

Correct Answer is : buffered

4. Which of the following is not a web component element?