Use these lines below <audio controls autoplay> <source src="path/your-music.ogg" type="audio/ogg"> <source src="path/your-music.mp3" type="audio/mpeg"></audio> If you don’t want it to start playing automatically, delete “autoplay” in the first line.