<!doctype html>
<head>
<title>HTML Audio Tag Example</title>
</head>
<body>
<h1>Embed Audio File in Webpage</h1>
<br/>
<audio src= "https://file-examples.com/wp-content/uploads/2017/11/file_example_MP3_1MG.mp3" controls autoplay="true">Your browser does not support the audio element.</audio>
</body>
</html>