Pls tell me how to add images in html in sololearn??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Pls tell me how to add images in html in sololearn???

Html image

8th Dec 2019, 5:39 PM
Shivraj Kothekar
Shivraj Kothekar - avatar
3 Answers
+ 7
Shivraj Kothekar for adding image at soloelarn you need to first just your image at any image hosting website like dropbox or imgur and then use that uploaded link in src https://www.sololearn.com/discuss/1704177/?ref=app https://www.sololearn.com/discuss/803683/?ref=app https://www.sololearn.com/discuss/946930/?ref=app https://www.sololearn.com/discuss/2055871/?ref=app
8th Dec 2019, 6:30 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 9
METHOD 1: DROPBOX Application --> First Download Dropbox from Playstore. --> Upload image that you want to add in HTML on Sololearn. --> Get link of image that you want to add in HTML on Sololearn. NOTE: there is "dl=0" at the last of link Replace it with "raw=1" . METHOD 2: imgur.com Website --> First Create your Account. --> Upload image that you want to add in HTML on Sololearn. --> Get link of image that you want to add in HTML on Sololearn.
9th Dec 2019, 1:05 PM
ROHIT KANOJIYA
ROHIT KANOJIYA - avatar
+ 2
<img src="your image adress">
8th Dec 2019, 6:21 PM
Jeremy Cruz
Jeremy Cruz - avatar