HTML Tutorials

Hyperlink with an image

hyperlink.html
<html>
<head>
<title>Hyperlink with an image</title>
</head>
<body>

<p><a href="http://www.google.com/"><img src="google.gif" width="150" height="50" border="0" alt="Google"></a></p>
</body>
</html> 
Hyperlink with an image
Google
HTML
Other Tutorials