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.
Related Posts
Which attribute defines the file-select field?
Which attribute is used for activation of JavaScript?
How does the color attribute work?
Which of the following is a new input attribute introduce by HTML5?
What is the default type of ‘type’ attribute of <input> element?
Which browser supports mozCurrentSampleOffset?
What can not be done by controls attribute?
Join The Discussion