Report Bug
Qus : In HTML Audio/Video,which attribute sets or returns whether it should start playing as soon as it is loaded?
QusHTML ऑडियो/वीडियो में, कौन सी प्रॉपर्टी ये सेट किया जा सकता है की पेज लोड होते ही चलना शुरू कर दे

A. controls
B. audio
C. autoplay
D. loop


Solution
C. autoplay



Explanation

In HTML Audio/Video elements, the autoplay attribute sets or returns whether the audio or video should start playing as soon as it is loaded. When the autoplay attribute is present, it means that the media will automatically start playing when the page loads.




Report Bug