How do i implement audio in my code in HTML
Heres my code : <audio loop autoplay> <source src="song.mp3" type = "audio/mpeg"> </audio> my "song" folder is saved in the same directory as the code file , so that cant be the issue ,the problem is that the song isnt…