I have this code to autoplay an audio but everytime I refresh the website it stop playing. I'm using PHP ,Xampp based website sorry I'm new at this.
<audio controls autoplay><source src="kuizzeraudiobg.mp3" type="audio/mp3" loop="true" autostart="true"></audio>