What does this code do?
<audio controls src="sound.mp3" type="audio/mpeg">When does this text display?</audio>
The text displays over the audio controls, unless CSS is used to position it elsewhere.
The text never displays.
The text displays when the browser cannot play the sound.
The text displays under the audio controls.