How to create a code in sololearn containing a photo? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to create a code in sololearn containing a photo?

Please describe how to put a photo in a code in this app? I do not have the ability to do this in this program because there is no place to create a folder or file in this programm Please explain....

6th Sep 2018, 6:02 PM
Coven Witch
2 Answers
+ 3
It depends what language are you coding on...And in Sololearn, it is possible to put photo only in a Web code. You can do it by using HTML(<img src="url" alt="">) or CSS(background-image: url;). where url is the link adress of the image.
6th Sep 2018, 6:09 PM
Ledio Deda
Ledio Deda - avatar
+ 2
In SoloLearn, you can only do it in HTML: https://www.sololearn.com/learn/HTML/1030/?ref=app If you have problems displaying the image, try this: https://code.sololearn.com/WzQmcqq83rn2/?ref=app
6th Sep 2018, 7:42 PM
ReimarPB
ReimarPB - avatar