Audio Element

Example embedding an audio file.

Preview

Code

<audio controls>
<source src="audio.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

More HTML Media Examples (5)