I want to display an image on a web page using HTML tag.
I have stored the image on my local drive.
How to achieve this?
Th
when you webpage loaded in visitors with their browsers in internet
your image path in img tag just point to thier filesystem localtion not your file systemlocation
you must upload your img in your webserver like apache or iis or host location and set path of img tag with this public image path
for more detail you can search about client server concept in internet and web
but if you mean in your browser did not show its relate to security issues
be successfull