Answers for "img syntax in html"

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
2

image html

<img src="image.gif" alt="Something" height="42" width="42">
Posted by: Guest on March-22-2021

Browse Popular Code Answers by Language