0
How do you make audio play in the background of your website and where should you save the file, tried, not working
2 ответов
+ 4
<div style="visibility:hidden">
<audio autoplay loop>
<source src="url">
</audio>
</div>
source :
1 - https://www.w3schools.com/tags/att_audio_autoplay.asp
2 - https://www.w3schools.com/html/html5_audio.asp
+ 1
If you want to create the link of your audio file, you can visit the following thread!
➡https://www.sololearn.com/discuss/1054246/?ref=app