+ 2
How to import images in html while coding in SoloLearn
4 Réponses
+ 19
Add to these answers that you can insert your local resources too:
<img src = "file:///path/dog.png" alt = "dog"/>
- Replace "path" with your path -
+ 7
You can insert images using online resource, for instance
<img src="https://stocksnap.io/photo/TD4U5VS9XM" alt="natural">
+ 6
<img src="imgURL" />
+ 2
Done