a) specify the path to an audio file
b) indicates if the player displaying controls
c) audio starts playing automatically
d) play again after finishing the audio
Answer: b
Explanation: Controls attributes specify if the player is displaying controls or not. If one does not use it no control will be display by default. One can set his own control by using JavaScript. Syntax: <audio src=”example.ogg” controls autoplay>
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