0
If i want a photo from folder of computer then what is my code
what is code for inserting a picture from folder of computer I am beginner please help me
3 Antworten
+ 5
<img src="/folder1/folder2/picture.jpg" alt="funny picture">
See: http://www.w3schools.com/html/html_images.asp
+ 3
put this:
<img src="locationnameandextoftheimg.jpg">
if you have it in the same folder as the html just put the mane and the extension.
0
thnks guys