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.

Which element is used for inserting more than one audio file?

a) <source>
b) <src>
c) <command>
d) <ins>

Answer: a
Explanation: <src> provides or states location i.e Url of audio file. For inserting more than one audio file, use <source> instead of src attribute between <audio> and </audio>. This can be important because many browser support different formats for audio. For example MP3 is supported by Chrome6+, Safari 5+.

Join The Discussion