I have an image folder with image1.jpg in it. The folder I'm working in has image1.jpg in it
I write a program to display image1.jpg using: <img src="image1.jpg" height=250 width=250> .
Works.
I change the code to <img src="images/image1.jpg" height=250 width=250> . The image isn't displayed.
why?