+ 5
Pls tell me how to add images in html in sololearn???
Html image
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
+ 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.
+ 2
<img src="your image adress">