Answers for "where to store image to display in img tage using html"

9

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
4

img html

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

Code answers related to "where to store image to display in img tage using html"

Browse Popular Code Answers by Language