0
How can add image in my webpage from my pc
help me pls
4 odpowiedzi
+ 4
IMG SRC=
+ 2
if your website is hosted online, the image you want to show on your website should be accessible from the internet via url. you can upload the image to the root directory of your website via ftp and link it in your webpage with the <img src=" image path" tag.
+ 1
<img src="paste here your image full path"/>
0
thnx ol