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