Answers for "how to add src attribute at img on 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
2

add html img tag

<img src="image.jpg" alt="image description" style="width:500px; height:600px;">
Posted by: Guest on October-31-2021

Browse Popular Code Answers by Language