Answers for "html image src can be url"

13

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

image with url html

<img src="<url goes here>">
Posted by: Guest on April-16-2022

Browse Popular Code Answers by Language