I tried using the autoplay
attribute in the audio element by using the <source>
and <audio>
tags as in the following code
<audio autoplay controls>
<source src="media/Download Free Waves Sound Effects.mp3" type="audio/mpeg">
</audio>
It's not auto-playing the audio. I tried using MS Edge and Google Chrome.