0
How to give a location of img in html file..img src line?
2 Respostas
+ 1
You can use either a full path ("file:///C:/path/to/your/image.jpg") or a relative path (for example, if your image is in the same folder, just use the name of your image, and if the folder where your html file is has a folder named images, put "images/your_image_name.jpg", etc.).
0
basically you have to add photos in the same folder as of html file then you have to just add name with jpg or jpeg orwhatever extension is that of image between quotes