HOW TO APPLY A HYPERLINK TO AN IMAGE

To apply a hyperlink to an image, you just need to put the image in the <a href= “”>……………</a> tag. This is done with the <img> tag, which should have some required attribute: src – the source of the image

Example 2

 <a href=” https://www.smartbrainskenya.com/” target=”_blank“> <img src=”smart brains kenya.jpg”> </a>

Scroll to Top