Current Assignment(s)
A4: Multimedia
Due 11:55PM Monday, 10.29
Due 11:55PM Monday, 10.29
1. The <audio> Tags
Similar to the <video>
element, the audio element is created using a set of opening and closing audio tags.
Single-Source
Element Breakdown
<audio src="#" preload controls></audio>
Multiple-Source
Element Breakdown
<audio preload controls> <source src="#" type=""> <source src="#" type=""> </audio>
html
- Previous
- Next