There are many situations where user need to run video on html page. A simple way is embed that in page.
Code for that is
<embed src="1.mp3" autostart="true" loop="false"
width="170" height="45">
<br>
Play SONG <br><br>
<noembed>Sorry, your browser doesn't support the embedding of multimedia.
</noembed>
You can write autostart="false" if you do not want to run song automatically.