x
 
<html>
<head>
<title>HTML tutorial</title>
<style type="text/css">
div {
    border:1px solid gray;
}
</style>
</head> 
<body><br />
<div>
<img src="noimage.jpg" alt="cannot find or load the image" />
</div>
</body>
</html>