How to make a section of an image clickable? | Tech With Code

How do I make a section of an image clickable using HTML:

Following HTML code will create  a section of an image clickable 


Source Code to make a section of an image clickable:-

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>How to make a part of image clickable</title>
  </head>
  <body>
    <img
      src="TechWithCODE.jpg"
      alt="clickable"
      usemap="#image"
      width="400"
      height="500"
    />
    <map name="image">
      <area
        shape="recr"
        coords="0,0,150,150"
        href="https://www.google.com"
        alt="google"
      />
    </map>
  </body>
</html>



Output of above source code:-

clickable image,image,clickable,make image clickable,clickable images,how to make clickable image on facebook,how to make your images clickable on facebook,make facebook image clickable,clickable facebook images,osu make an image take you to a link,how to make your image clickable in html,how to make image clickable in unity 3d?,images clickable on facebook,make,make facebook images clickable


Final Word:-

In this article, We have shown you about the "How do I make a section of an image clickable?".We hope you like it

If you have done this by a different approach or you have implemented something in any language please comment down below and share your code with us.we will publish that with your name.

If This post helps you a little bit then please share this post with your friends. For more Computer and programming Related Tips and tricks, please

Follow us on Instagram
Follow us on Facebook
Subscribe us on Youtube
Follow us on Pinterest
Follow us on Telegram

Don't forget to share how you like this Content in the comment below. If you have any doubt or suggestion then please write in the comment section below, we will love to hear from you.

                               Thank you.

                                        ( नमस्ते )

                                     🙏


No comments:

Do not add any link in the comments.
For backlink, contact us.

Powered by Blogger.