HTML Audio
The HTML <audio> element is used to play an audio file on a web page.
Common Attributes
controls: Displays audio controls (like play, pause, volume).autoplay: The audio will start playing as soon as it is ready.loop: The audio will start over again, every time it is finished.muted: Specifies that the audio output should be muted.