The same img tag works in Chrome, not IE. Why???

The same img tag works in Chrome, not IE. Why???

<body>
   <img src="img/I have a family.jpg">



The above code produces a good image in Chrome.

But it doesn't in IE.


Why??????