+ 1
How to autoplay audio input in html
Html
5 Answers
+ 2
<audio controls autoplay></audio>
When the autoplay attribute is present, the audio will automatically start playing as soon as it can do so without stopping.
<audio controls autoplay muted></audio>
Add muted after autoplay to let your audio file start playing automatically (but muted).
+ 1
Thank you very much
0
What is the unexpected token<,
I don't no please del