If multiple <source> elements are included within an <audio> or <video> element, what happens?
<source>
<audio>
<video>
The browser chooses the first one that is compatible
It plays all the files one after the other
The user must select which file they wish to play
An error occurs