The audio HTML tag is the contemporary technique used to embed an audio file into a webpage. You can embed MP3, Wav, and OGG audio files. MP3 is currently the most commonly used audio container format.
<audio controls loop>
<source src="nwa.mp3" type="audio/mpeg" />
Your browser does not support the audio tag.
</audio>