Saturday 26 February 2022

HTML document for image hyperlink

 IMAGE HYPERLINK

Code :

<!doctype html>

<html>

    <head>

       <title>Using Image as a link</title>

    </head>

    <body>

     <h1>Image as a link</h1>

     <p>We can creat an link with image tag and the image will be work like a link.</p>

     <p>click on below image to go to my blog,</p>

     <a href="https://icodebuzz.blogspot.com"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS5x1pLAgAwyY5GE2Eq9w-tRHdikdL2bd8z98-XMGOUt6eYHVyxlnbUeR6K&s=10" width="30%" style="border-radius: 100px; border: 3px dotted green;"></a>

    </body>

</html>

Web View :

Come again Learn again !

« iCodeBuzz »




No comments:

Post a Comment