How do you add an image on the app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How do you add an image on the app?

Is it possible to add an image to your code on the code playground?

19th Mar 2018, 6:18 PM
ScreechFrog999
ScreechFrog999 - avatar
4 Answers
+ 5
it is possible but only in the html editor. when you want to display an image in the web editor sololearn has just write this: <img src="img url" width="120px" height="120px"/>
19th Mar 2018, 6:32 PM
TrueJu
TrueJu - avatar
+ 13
Wow that sounds easy @Julian Widmer
20th Mar 2018, 6:20 PM
_F1_
_F1_ - avatar
+ 2
My same question. I don’t know how to find the url?
22nd Mar 2018, 12:32 PM
CodeCube
CodeCube - avatar
+ 2
you can go to google image search and find a beautiful image the right click or long press it and click copy url
22nd Mar 2018, 3:33 PM
TrueJu
TrueJu - avatar