Why is my img tag not working in html?

coolly

New member
In my HTML prog, I have given an img tag like this-<img src="E:\files\images\interview_v2_english_09.jpg"> and I have stored the program in E:\filename.html.
Why is my img not displayed?
 
Replace your link with this one: "files\images\interview_v2_english_09.jpg" .

<img src="files\images\interview_v2_english_09.jpg">
 
Back
Top