Curriculum
Course: HTML Basic
Login

Curriculum

HTML Basic

HTML Introduction

0/1

HTML Editors

0/1

HTML Attributes

0/1

HTML Paragraphs

0/1

HTML Formatting

0/1

HTML Comments

0/1

HTML Favicon

0/1

HTML Page Title

0/1

HTML Iframes

0/1

HTML Java Script

0/1

HTML File Paths

0/1

HTML Symbols

0/1
Text lesson

HTML Audio – Methods, Properties, and Events

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.

HTML Audio Tags

Tag

Description

<audio>

Defines sound content

<source>

Defines multiple media resources for media elements, such as <video> and <audio>