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>
<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
HTML
Other Tutorials
© Morina Internet Solutions - All Rights Reserved
