1.

In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start over again when finished.(a) loop(b) autoplay(c) seeking(d) playedI had been asked this question in exam.My enquiry is from HTML5 Audio in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

The correct answer is (a) loop

To elaborate: The loop attribute is a boolean attribute. When present, it specifies that the audio will start over again, every TIME it is finished. With autoplay, it ENSURES whether video/audio should play immediately after LOADING PAGE. Seeking returns whether user is currently seeking video/audio. Timeranges representing played parts of audio/video is set by played attribute.



Discussion

No Comment Found

Related InterviewSolutions