HTML

R4R® HTML
HTML Projects

HTML Project

Image Links In HTML
(追記) (追記ここまで)
(追記) (追記ここまで)

In HTML Image Links to create a hyperlink with a image in our webpages, so we have to be used a HTML Image Links by the help of image. HTML Image Links we needed a image inside hyperlink which place to use.

Syntax used

<a href="http://www.r4r.co.in" target="_self"> 
 <img border="0" src="file:///C:/xampp/htdocs/images/logo.gif" 
width="72" height="72"></p>
 </a>

Example

 <!DOCTYPE html>
<html>
<head>
<title>Image Hyperlink Example</title>
</head>
<body>
<p>Click following link</p>
<a href="http://www.r4r.co.in" target="_self"> 
 <img border="0" src="file:///C:/xampp/htdocs/images/logo.gif" 
width="72" height="72"></p>
 </a>
</body>
</html>
(追記) (追記ここまで)

Output :

And now , we have to click on image then we go to home page of our needed website.

Supporting Browsers
(追記) (追記ここまで)
Copyright ©2021-22 r4r.co.in, all rights reserved. Theguestspost.com
Sitemap
Career
Post comment
About us
Subscription
Unsubscription

AltStyle によって変換されたページ (->オリジナル) /