+ 1
i cant put an image how to write a currect location?
3 Answers
+ 3
<img src="name of the image.file type of the image(.jpg, .gif etc.)">
+ 2
You can use the location of the image directory on your local disk
Eg. <Img src= "C:\user\images\logo.png" >
0
and make sure the location of your image and your html file are same.....it won't work unless they r same