i am trying to display an image by using the < img > tag using the following code:
<img id="img" src="C:\images.jpg" />
but there is no image displayed.i am sure that the image exist and i have already tried putting \\ instead of one \ , but it is still not working.
any help?