I want to know how img
accesses images stored locally. I’m trying to add an image saved in pictures folder but the browser is displaying images that are saved on my ** Desktop** only. What should i do to make it work?
<img src="pictures/erd.jpg" alt="ERD"/>
Here, the image I want to display is stored in pictures folder but the browser only display alt
text .
New contributor
KANEEZ FATIMA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.