+ 1
Adding image source
Hey guys! I am super new in web development so haven't mastered lots of things but i am at a certain level. I have trouble with image source. Meaning that how do i locate the location of the image if it's in my PC. I need help from anyone of you. Thanks
2 Answers
+ 5
/if your html file and image is in same folder, all you need is simple code
<img src="img_name. jpg" >
/if your image and html file is in different directory then
<img src="c:/photo/my_pic/img_name. jpg" >
đ c:/
âđ photp
âđ my_pic
âđŸ img_name. jpg
/https://www.sololearn.com/learn/HTML/1030/?ref=app
+ 1
Thank you Shudarshan Raiđ