Answers for "img src in html using link"

7

html img src

<img href="https://website.com/image.jpg"> 
<!-- for an image online -->

<img src=C:\your_files>
<!-- for a local file -->
Posted by: Guest on June-18-2020
1

html images with link

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

Browse Popular Code Answers by Language