0

how to add an image from our storage/pc ?

30th Aug 2016, 6:41 AM
Achyut Jahagirdar
Achyut Jahagirdar - avatar
5 Answers
+ 1
specify img address and put it in <img src="img address here"/>
31st Aug 2016, 6:58 AM
Mustafa eldeeb
Mustafa eldeeb - avatar
0
<img src="imagename.jpg" alt=""/> make sure the image is in the same folder as the html source code. "like filename.htm/html"
30th Aug 2016, 8:02 AM
Umar Muhummed
Umar Muhummed - avatar
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.
30th Aug 2016, 9:14 PM
Hamid Gazerpour
Hamid Gazerpour - avatar
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
31st Aug 2016, 8:07 PM
SG2
SG2 - avatar
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
1st Sep 2016, 3:28 PM
D7d77d7d77
D7d77d7d77 - avatar