Learn how to quickly insert an audio file into your website using just 3 lines of HTML5 code.
To play an audio file in HTML, use the audio element. is used to embed sound content in documents
The controls attribute adds audio controls, like play, pause, and volume.
To start an audio file automatically, use the autoplay attribute