<!DOCTYPE html>
<html>
<body>
<h1>
The audio src attribute</h1>
<p>
Click on the play button to play a sound:</p>
<audio src="https://file-examples.com/index.php/sample-audio-files/sample-mp3-download/" controls>
Your browser does not support the audio element.</audio>
<p>
<b>
Note:</b> The .ogg fileformat is not supported in IE or Safari.</p>
</body>
</html>