<audio>
HTML <audio> Element Reference
The HTML <audio> element embeds sound and can provide built-in playback controls and alternative sources.
Categories
- Embedded content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical audio element example.
<audio controls src="notification.mp3">
Download the <a href="notification.mp3">audio file</a>.
</audio>