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
Your image should be on a relative path not absolute one.
Say your html file is in D:\myhtml\home.html. Copy the Images folder in myhtml. Then change your code to .
Hope this helps