Today, We are going to share how to add a hyperlink to an image using HTML image tag. You can also add border line or adjust the size of an image using some other extra tags.
<a href=”www.pntbrother.com”><img src=”image-address.jpg” alt=”short description of the image” width=”320″ height=”170″ border=”0″/></a>

a href: This is the address to link

width: You can adjust the width of an image

height: You can adjust the height of an image

Border: You can add a border line to outside of an image.

An example:

Shares
Share This