I need to put music to my website without any controls, as background using music link. (Like example.com/music.mp3). How can i do that? I tried that code:
<audio autoplay>
<source src="example.com/music.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
But it doesnt play on website.