Home » HTML » HTML Media » Question
  1. Which of the following is not a Boolean attribute for <audio> element?
    1. loop
    2. muted
    3. buffered
    4. autoplay
    5. None of these
Correct Option: C

Autoplay is a Boolean attribute and its default value is set as false. Basically, this feature of autoplay is avoided due to the unpleasant experience of users. Loop is also a Boolean attribute. Muted is Boolean attribute whose value is set as false by default. Buffered is not boolean attribute in <audio> element.



Your comments will be displayed only after manual approval.