0
how to add an image from our storage/pc ?
5 Answers
+ 1
specify img address and put it in <img src="img address here"/>
0
<img src="imagename.jpg" alt=""/>
make sure the image is in the same folder as the html source code. "like filename.htm/html"
0
if you want to use your image on the web, first u should uploud your image on a host available on yhe net, and use the specified address in img tag.
0
folder name = Web project
in Web project save any image test.jpg
<Img src="test.jpg" alt="#"/>
keep image in same folder as where you save your html file.
>Web project
>>index.html
>>test.jpg
0
it can be added in two ways
one is the copy image and write local address of image containing folder
and another is to give the actual location of the image