What is the error in the following fragment of code?
<audio controls> <sorce src="musica.mp3" type="audio/mp3"> </audio>
There is no problem.
The "audio/mp3" type is incorrect.
The <sorce> tag is misspelled.
<sorce>
The controls attribute cannot be used with <audio>.
controls
<audio>