Answers for "html img properties"

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

img tag

<img src="img.jpg" alt="alt" width="100%">
Posted by: Guest on December-12-2020
5

img tag

<img src="the source image's url" alt="the image's description">
Posted by: Guest on May-04-2020
1

img tag

<img src="img.img" alt="" height="" width="">
Posted by: Guest on June-11-2021

Browse Popular Code Answers by Language