+ 1
audio
Can someone please teach me the proper usage of <audio>?
2 Answers
+ 2
<audio controls autoplay>
<source src="audio.mp3" />
<source src="audio.ogg" />
</audio>
+ 1
this is my code with comment that explains the various parts of the code
https://code.sololearn.com/WCC2f4CLBwm2/?ref=app