<a href="#">TIKLA</a>
<img src="http://w3tr.com/file/deneme.jpg"/>
a{display: inline-block; background: #00FF99; padding:20px; border-bottom:4px solid #00CC00; color:#00CC99; text-decoration:none; margin-bottom:20px;}
img{display:block; width:600px; height:auto;}
$("img").error(function(){
$("img").replaceWith("<p>Resim yüklenirken hata oluştu !</p>");
});
$("a").click(function(){
$("img").error();
});
This Pen doesn't use any external CSS resources.