Assuming you have the following code, what would happen if the file audio.ogg is not available?
<audio controls>
<source src="audio.ogg" type="audio/ogg">
<source src="audio.mp3" type="audio/mp3">
</audio>
Assuming you have the following code, what would happen if the file audio.ogg is not available?
<audio controls>
<source src="audio.ogg" type="audio/ogg">
<source src="audio.mp3" type="audio/mp3">
</audio>