What happens with the following code?
<audio controls> <source src="song.ogg" type="audio/mp3"> </audio>
There is no error.
The controls attribute cannot be used with <audio>.
controls
<audio>
The <audio> tag should not have content.
The "audio/mp3" type does not match the ".ogg" file extension.