Image Link

As explained in the previous topic, a link can be either a text block or an image. The example can be replaced by the image.

snippet
<html>
<head></head>
<body>
Click on the below link to follow the link
<a href="http://www.quotefellas.com"><img src="logo.jpg"></a>
</body>
</html>

Output
Click on the below link to follow the link


border attribute.
To remove the border around the image link, add the border attribute with the value as o.

snippet
<html>
<head></head>
<body>
Click on the below link to follow the link
<a href="http://www.quotefellas.com"><img src="logo.jpg" border="0"></a>
</body>
</html>

Output
Click on the below link to follow the link
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +