Answers for "how to use an anchor tag in html for an image"

0

add image to anchor

<a href="#" class="login" title="Login"><img src="../img/user.png" /></a>
Posted by: Guest on November-03-2020
1

how to turn html5 picturee into link

<a href="google.com"><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="logo">
Posted by: Guest on August-26-2020

Code answers related to "how to use an anchor tag in html for an image"

Browse Popular Code Answers by Language