What happens with the following fragment?
<audio control> <source src="song.ogg" type="audio/ogg"> </audio>
The attribute should be controls instead of control.
controls
control
There is no error.
"song.ogg" is not a valid source for <audio>.
<audio>
The "audio/ogg" type is incorrect.