+ 1
how to display image if it is located in another folder that of HTML file.
3 Réponses
+ 2
you would need to give the absolute address of that image in the image src
+ 2
You can write the location to your image. ie. <img src="///C:/Users/User1/Desktop\image1. jpg" />
+ 1
it is best to locate it in the same file