Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) currentTime
b) duration
c) defaultPlaybackRate
d) crossOrigin

Answer: d
Explanation: CurrentTime set or returns current playback position while playing audio/video. The length of the current audio/video is set or returned by duration. Default speed of playback is given by defaultPlaybackRate. The purpose of the crossorigin attribute is to allow you to configure the CORS requests for the element’s fetched data.

Join The Discussion