Browser not able to find the image in the specified path. In your case image file should reside in the same html directory. that's why you see torn paper.
ex.
<html>
<head>
</head>
<body>
<div>
<img width=256 height=192 id="Picture 0" src="C:/image001.jpg" alt="Blue hills.jpg">
</div>
</body>...