+ 9
How to add image , Bg Sound , videos on Sololearn 💻!!
I want to make new codes with images , videos , bgsound 😃😃💡💡
2 Respostas
+ 5
https://www.sololearn.com/discuss/1054246/?ref=app
This thread is helpful for you.
+ 1
You may copy the link from internet. And put it in [src] section.
For images:
<img src=“(put the link here)”> </im>
For video:
<video src=“(put the link here)”> </video>
For YouTube video:
<iframe src=“(put the link here)?controls=1”> </iframe>
For mp3:
<audio controls src=“(put the link here)”> </audio>