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 whether the audio/video should be loaded when the page loads.

a) preload
b) autoplay
c) buffered
d) controller

Answer: a
Explanation: Autoplay, preload, buffered, controller etc are the different kinds of attribute of video/audio element. Using autoplay, video/audio automatically begins to play. The preload property allows the author to provide a hint to the browser about what he/she thinks will lead to the best user experience. This attribute may be ignored in some instances.

Join The Discussion