Html5 audio reading | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Html5 audio reading

I am writing code <audio src=“name of my song.mp3” controls> </audio> but chrome is not reading the song

11th May 2019, 11:10 PM
Og'abek Rashidov
Og'abek Rashidov - avatar
2 Answers
+ 2
Or write your code after data:text/html,
11th May 2019, 11:26 PM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar
+ 4
<audio controls> <source src="URL..."> </audio>
11th May 2019, 11:25 PM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar