HTML Audio
The <audio> element embeds sound on a web page. HTML5 added native audio support without plugins.
Key Attributes
src— Audio file URLcontrols— Show play/pause/volume UIautoplay— Play automatically (blocked by most browsers without mute)loop— Repeat the audiomuted— Start mutedpreload—auto,metadata, ornone
Multiple Sources
Use <source> elements inside <audio> to provide fallback formats (MP3, OGG, WAV).