How to add image in my web in sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to add image in my web in sololearn?

I am not able to add image in sololearn...

5th Apr 2017, 2:28 PM
Shiv Mishra🎸
Shiv Mishra🎸 - avatar
5 Answers
+ 12
<img src="img.jpg" alt="img">
5th Apr 2017, 2:32 PM
Dev
Dev - avatar
+ 9
The code of @Dayve is valid, but in the "src" attribute you should use an image from remote. For example: <img src = "http://www.placehold.it/150×150" alt = "logo" />
5th Apr 2017, 2:41 PM
Maz
Maz - avatar
+ 3
I know it but.... In sololearn app, I am not able to add images
5th Apr 2017, 2:34 PM
Shiv Mishra🎸
Shiv Mishra🎸 - avatar
5th Apr 2017, 2:40 PM
Shiv Mishra🎸
Shiv Mishra🎸 - avatar
0
Shiv Mishra🎸 did you ever figure out how?
6th Jul 2021, 6:18 PM
Katz321Juno
Katz321Juno - avatar