audio | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

audio

Can someone please teach me the proper usage of <audio>?

13th Apr 2018, 6:04 PM
THATguy18
THATguy18 - avatar
2 Respostas
+ 2
<audio controls autoplay> <source src="audio.mp3" /> <source src="audio.ogg" /> </audio>
13th Apr 2018, 6:28 PM
Damyan Petkov
Damyan Petkov - avatar
+ 1
this is my code with comment that explains the various parts of the code https://code.sololearn.com/WCC2f4CLBwm2/?ref=app
13th Apr 2018, 7:07 PM
Etabeta1šŸ‡®šŸ‡¹
Etabeta1šŸ‡®šŸ‡¹ - avatar