If i want a photo from folder of computer then what is my code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

5th Jan 2017, 11:35 AM
yash shukla tech.
yash shukla tech. - avatar
3 Answers
+ 5
<img src="/folder1/folder2/picture.jpg" alt="funny picture"> See: http://www.w3schools.com/html/html_images.asp
5th Jan 2017, 11:39 AM
Alex
Alex - avatar
+ 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.
5th Jan 2017, 11:40 AM
Nahuel
Nahuel - avatar
0
thnks guys
5th Jan 2017, 11:41 AM
yash shukla tech.
yash shukla tech. - avatar