Home » HTML » HTML Media » Question
  1. Which element is used for inserting more than one audio file?
    1. <ins>
    2. <source>
    3. <src>
    4. <command>
    5. 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+.



Your comments will be displayed only after manual approval.