+ 3
How to add image in my web in sololearn?
I am not able to add image in sololearn...
5 Answers
+ 12
<img src="img.jpg" alt="img">
+ 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" />
+ 3
I know it but.... In sololearn app, I am not able to add images
+ 3
0
Shiv Mishrađ¸ did you ever figure out how?