HTML'de Resimleri Link Olarak Kullanma Örnek
<!DOCTYPE html>
<html>
<body>
<p>Aşağıdaki resim HTML Resimler konusuna yönlendiren bir <b>linktir</b>. Tıklayabilirsiniz.</p>
<a href="http://htmlvecssegitimi.blogspot.com/2016/01/html-resimler.html">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN66ZQd0VHKlfr7A-9tjBChRr_RxGvWMT-A7u1RNIGFQxh0FNTXvNO2nVHtsteZizpCtVsR2Har-Myx_ZKf_dy16SzFymJwhrrfhcHBnzX_US5iT2J18xKGzBRX6Fab2XDuweIkQi8gw/s200/HTML-CSS.png" alt="HTML Resimler" style="width:280px;height:210px;border:0;" />
</a>
<p>Internet Explorer 9 ve önceki sürümlerinin resmin etrafında kenarlık çizgisi oluşturmasını önlemek için "border:0;" özelliğini kullanabilirsiniz.</p>
</body>
</html>
Yorumlar
Yorum Gönder