Beginner coder here, having an HTML issue. I've been trying to make a website with looping music, but I've been having trouble making the music "loop".
`
<embed
src="music/dokitrash.mp3";
loop='true';
autostart='true';
hidden='true';
volume='70';></embed>`
Does anybody know where I went wrong? I put this block of code in between the end of head and above body.