0
How can i link images to my html code in SoloLearn?
Linking an Image from my device
1 Answer
+ 10
You can't add Images directly to code.
You have to upload image to cloud storage website and copy the URL.
Eg:
<img src="URL" />
https://www.sololearn.com/learn/HTML/1030/