The HTML DOM provides methods, properties, and events specifically for the <audio>
element.
These enable tasks such as loading, playing, and pausing audio, as well as adjusting settings like duration and volume. Additionally,
DOM events are available to notify you when an audio starts playing, is paused, and more.
Tag |
Description |
<audio> |
Defines sound content |
<source> |
Defines multiple media resources for media elements, such as <video> and <audio> |