Home » HTML » HTML Media » Question
  1. Which of the following is not the attribute for
    1. width
    2. preload
    3. src
    4. controls
    5. None of these
Correct Option: A

<audio> element has various attributes like src, controls, autoplay, preload, loop, buffered, crossorigin, muted. Width is attribute basically use for <video> not for <audio> element. All the attributes and <audio> element is newly introduce by HTML5 to make page responsive and user friendly.



Your comments will be displayed only after manual approval.