Adding the <source> Tag

33% Complete (success)

<audio preload controls >
<source src="#" type="" / >
</audio>

You can use multiple source elements, which specifies to the browser the audio is available in multiple formats. This is the <source /> element, and again, it is used instead of the src="" attribute of a <audio> element.