+ 2
Html5 audio reading
I am writing code <audio src=“name of my song.mp3” controls> </audio> but chrome is not reading the song
2 Réponses
+ 2
Or write your code after data:text/html,
+ 4
<audio controls>
<source src="URL...">
</audio>
I am writing code <audio src=“name of my song.mp3” controls> </audio> but chrome is not reading the song