+ 2
How do you an image from a folder
putting an image from folde
2 Respuestas
+ 3
<img src="/foldername/myprettypicture.jpg">
This will work if the folder is in the same location as your HTML file. If not, your file path needs to be more specific.
More about this topic can be found here: https://www.w3schools.com/html/html_images.asp
- 1
<img:/folder/image.jpg>