Vidyalelo
HTML · Q35

HTML5

Programming · HTML · question 35

Q35

Which of the following attribute adds audio controls, like play, pause, and volume?

A.
audio
B.
controls
Answer
C.
source
D.
src

Answer: Option B

Solution

Answer: Option B
Solution:
The controls attribute is a boolean attribute. When present, it specifies that audio controls should be displayed.