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 is the work of src?

a) audio starts playing automatically
b) play again after finishing the audio
c) specify the path to an audio file
d) insert more than one audio

Answer: c
Explanation: src attribute basically specifies a path to the audio file. It is also used by <source> element which indicates where the audio file is located. Autoplay attribute starts playing audio automatically, loop plays audio again after it finishes.

Join The Discussion