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
What you are trying to accomplish is a security feature present in all modern browsers.
You could do that only if you run the html file stored locally - it will not work once you deploy it to a web server.
If you really MUST do that, you could build a browser extension - Firefox extensions and IE extensions can access local resources. Chrome is much more restrictive however.