Search This Blog

HTML Image HyperLink Example

HTML Image HyperLink Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Image HyperLink Example </h2>
<a href="Link/link.com.html">
<img src="img/img.png" width="100" height="50"/>
</a>
</body>
</html>
II File link.com.html
<!doctype html>
<html>
<head>
<title> www.kod4u.blogsopt.com </title>
</head>
<body>

<h2> HyperLink Examle </h2>
<p> When click you on link then link call this page </p>

</body>
</html>
OUTPUT
HTML Image HyperLink Example

No comments:

Post a Comment