html5 audio tag

<audio controls="controls">
<source src="mysong.ogg" type="audio/ogg" />
<source src="mysong.mp3" type="audio/mpeg" />
this browser may not support this audio element.
</audio>