+ 6
How insert images as in their location
2 Respostas
+ 12
Use <img src="link" />
This not works follow the below steps:
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="image/file/location.jpg"/>