Answers for "how to make a song autoplay background in html"

2

html sound autoplay

<audio controls autoplay>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Posted by: Guest on March-14-2021
0

how to put autoplay music in the background of the page html

<div id="music"><embed src="Anne_Marie - 2002 [Official Video].mp3" autostart=true loop=true></div>
Posted by: Guest on October-31-2021

Code answers related to "how to make a song autoplay background in html"

Browse Popular Code Answers by Language