Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What can not be done by controls attribute?

a) playback
b) resume playback
c) pause playback
d) looping

Answer: d
Explanation: Controls attribute of <audio> element provides a user the facility of playback with volume, seeking, pause, resume playback. Looping can be done with loop attribute which is a Boolean attribute. It automatically seeks back to start when audio reaches to end.

Join The Discussion