I added a html5 audio tag to play background music in my website www.missduniya.com it works in all major browser but it does not work with IE.
Here is my code
<audio controls="CONTROLS" autoplay="autoplay" style="display:none;">
<source src="destination.ogg" type="audio/ogg">
<source src="destination.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Please help me by providing solution :) Thanks