html - Images not loading on local view - mixture -


i want load images stored in respective subdirectories of html file eg in images/ folder index.html file located.

when tried show images tag

<img src="./images/study.jpg" width="100%" alt="study time"> 

this works if crate project html not work on local view.

am doing silly mistake?enter image description here


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

python - argument 2 to map() must support iteration -

javafx - How to wait cancellation of task after Service#cancel? -