'How to make music autoplay and loop in background

I am currently using this and the autoplay seems to work but the loop doesn't work.

<div id="music"><embed src="Anne_Marie - 2002 [Official Video].mp3" autostart=true loop=true></div>

Also, I wanna make it like background music so the play buttons don't show up.



Solution 1:[1]

this audio work for me:

<audio autoplay loop src="music/music.mp3"></audio>

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Code4Rice