bootstrap autoplay music code example
Example: html5 audio tag autoplay loop
<audio controls loop autoplay height="" width="">
<source src="movie.mp3" type="audio/mp3" />
</audio>
<audio controls loop autoplay height="" width="">
<source src="movie.mp3" type="audio/mp3" />
</audio>