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