Current Assignment(s)
A5: Multimedia
Due: Recommended by Monday, 5.28
Due: Recommended by Monday, 5.28
Adding the <source> Tag
<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.