I want to load images stored in respective subdirectories of html file for eg in images/ folder where my index.html file is located.
when i tried to show images with this tag
<img src="./images/study.jpg" width="100%" alt="study all time">
this works if I crate project to html but does not work on local view.
Am I doing any silly mistake?