HTML <audio> Element Reference

The HTML <audio> element embeds sound and can provide built-in playback controls and alternative sources.

<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>

Related references

Description

The HTML <audio> element embeds sound and can provide built-in playback controls and alternative sources.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <audio> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies