-
Which element is used for inserting more than one audio file?
-
- <ins>
- <source>
- <src>
- <command>
- None of these
Correct Option: B
<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+.