Multiple choice

Which of the following attributes is used with audio element in HTML to specify if the browser should display its default media controls?

  1. autoplay

  2. loop

  3. controls

  4. preload

  5. buffered()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This boolean attribute is used with audio element in HTML to specify if the browser should display its default media controls (such as a play/pause button etc).