Answers for "how do i get a src of a image in html"

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

Code answers related to "how do i get a src of a image in html"

Browse Popular Code Answers by Language