+ 3
How do you add audio files to your html code?
7 Antworten
0
Some1 plz help
+ 4
IM∆GINEX
Use Dropbox for adding songs in sololearn,because you can't directly add your device audio here....
you need to use "Dropbox" for this,upload your audio in dropbox then copy the link and paste in your audio source,
you can also add music from websites you need to long press on download link then copy the link address and paste in audio source
some websites download link address isn't work and some works you can try it hope it will helps!!
https://code.sololearn.com/WV796n6dPtJe/?ref=app
+ 3
use <audio></audio>
+ 1
Use the <audio> tag.
0
Thank you, Царь СОБАКА - Догго I, for the links, but none of them helped.
0
Use <audio controls>
<source src=" " type="audio/ogg">
<source src=" " type="audio/mpeg">
Your browser does not support the audio tag.
</audio>