+ 1
Converting an image into a link
how to convert an image into a link for another page in HTML or CSS
4 Respostas
+ 3
just surround the img tag with an anchor tag like you would for text.
<a href="www.site.com"><img src="pic.jpg"></a>
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_image
+ 2
well it didn't in sololearn but it did in chrome, thnks
+ 1
not working
+ 1
What's not working? Can you make a regular link work? show your code.