In HTML 4 audio was play using any plugin like flash or Microsoft
silver light but in HTML 5 audio player is updated so no need to install any
other plugin browser automatically plays it.
<audio controls>
<source src="xxx.mp3" type="audio/mpeg">
Your browser does not
support the audio element.
</audio>