+ 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 Answers
+ 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