How i insert a image in html<img>in sololearn. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How i insert a image in html<img>in sololearn.

21st Feb 2019, 3:00 PM
Name
8 Answers
+ 17
1. Go to some image hosting site . Example: imgur.com 2. Upload your image. 3. Copy the image link from imgur. 4. Paste it in src of your <img>
21st Feb 2019, 5:20 PM
Mitali
Mitali - avatar
+ 6
You can use Dropbox to add images in your code https://code.sololearn.com/WW6t4B73kJVz/?ref=app
22nd Feb 2019, 2:30 AM
Vishnu
Vishnu - avatar
+ 3
When you find the image you want on Google, right click on it and click on Copy Image Location. Then just paste it like this: <img src="PasteHereTheImageLocation">
21st Feb 2019, 3:13 PM
Mr. Damik
Mr. Damik - avatar
+ 3
Murlidhar Pathak problem is some links works and some not 😥
23rd Jun 2019, 6:48 PM
Sayyam Jain
Sayyam Jain - avatar
+ 2
<img src = “image link”>
28th Feb 2019, 11:12 AM
Tygo
Tygo  - avatar
+ 2
Mitali but google drive is also a hosting site but it is not working on it I think because of compatibility but I dont have problem to use imgur and dropbox but I try to open account on dropbox there is already said it is only 30 day free trial so after that we cant do anything I do not try imgur but tommorow I will defintely to see hope it dont have the limitation like dropbox but point is sololearn should have google drive options also because it is most popular 😥
23rd Jun 2019, 6:52 PM
Sayyam Jain
Sayyam Jain - avatar
+ 1
<img src="https://www.thefamouspeople.com/profiles/images/a-p-j-abdul-kalam-2.jpg"> //you can replace the above link with your desired image link.
22nd Feb 2019, 2:27 PM
Murlidhar Pathak
Murlidhar Pathak - avatar
0
We use <img src="doll. jpg">
1st Mar 2019, 2:30 AM
Jayakrishna Chadalawada
Jayakrishna Chadalawada - avatar