Unlike text links, image links are more appealing to users.
To create image links, an image tag <img> should be inserted between the anchor element <a> </a>
example:
<a href="https://websitebackgrounds.itpresent.com"><img src="backgrounds.jpg"></a>

Together with the link image, a text link can be added.
example:
<a href="https://websitebackgrounds.itpresent.com"><img src="backgrounds.jpg"> <br> backgrounds for websites </a>
