Answers for "html img src attribute"

1

img tag

<img src="url.jpg" alt="Your image url" width="500" height="600">
Posted by: Guest on March-13-2022
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
9

img html

<img src="smiley.gif" alt="Smiley face" height="42" width="42">
Posted by: Guest on February-12-2020
0

img tag html

<img src="/images/sunset.jpg" alt="Picture of a Ha Long Bay sunset">
Posted by: Guest on August-06-2021

Browse Popular Code Answers by Language