What is the syntax in html to autoplay ".mp3" files with a loop; automatically when start the web page? I tried with this syntax;
<audio control loop autoplay>
<source src= "music.mp3" type="audio/mpeg">
</audio>
this syntax only loop the audio. it will not start the audio automatically