How do you an image from a folder | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you an image from a folder

putting an image from folde

4th Nov 2017, 7:58 PM
Enoch Young
Enoch Young - avatar
2 Answers
+ 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
4th Nov 2017, 8:21 PM
Stephanie
- 1
<img:/folder/image.jpg>
4th Nov 2017, 7:59 PM
Enoch Young
Enoch Young - avatar