back

Audio

Tag: <audio>

The audio tag is used to add audio to the page.

The source tag is put inside the audio tags to link to the audio.
The audio needs to be closed with the closing tag </audio>

This tag is new in HTML5

Example