Answers for "can i add anchor tag in img tag in html"

2

add html img tag

<img src="image.jpg" alt="image description" style="width:500px; height:600px;">
Posted by: Guest on October-31-2021
2

add image to anchor

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

Browse Popular Code Answers by Language