Answers for "can i give a link as src for an img html"

1

html images with link

<a href="https://www.google.com">
	<img src="./images/image.jpg" />
</a>
Posted by: Guest on October-01-2020
1

html image with link

<a href="https://www.google.com"><img alt="Google" src="img.jpg" 
                                      style="max-width:960px"/></a>
Posted by: Guest on November-10-2020

Browse Popular Code Answers by Language