+ 10

How to input a image in sololearn?

29th Aug 2018, 1:26 PM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar
8 odpowiedzi
+ 4
You need to upload images to some cloud image server, like imgur. Then copy link and place it in src=""
29th Aug 2018, 2:55 PM
PandaThePumpkin
PandaThePumpkin - avatar
+ 3
1st Sep 2018, 5:42 AM
Kirk Schafer
Kirk Schafer - avatar
+ 3
Firstly upload the image on a database or cloud account (postimage.org) copy the link of the image and then paste it in img tag. Example: <img src"www.postimage.com/libflag.png" alt="Liberia image" />
10th Aug 2019, 8:13 AM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar
+ 2
Another way is to convert the image to string and paste it in the code directly
30th Aug 2018, 6:25 PM
You
+ 2
HTML example <!DOCTYPE html> <html> <head> <title></title> </head> <body> <img src=“”> </body> </html> you can also add a class
31st Aug 2018, 1:39 AM
Potato Hacker
Potato Hacker - avatar
+ 2
Hey •~•😺😺 cat😺James😺😺•~• your code is wrong!! Make it correct!
31st Aug 2018, 11:53 AM
AL Araf
AL Araf - avatar
0
Please read the article below!! I believe this article must solve your problem!! by the way, the should use the search bar at first, because there are many questions like this! https://code.sololearn.com/WW6t4B73kJVz/?ref=app
31st Aug 2018, 12:59 AM
AL Araf
AL Araf - avatar