Answers for "how many ways can we give img in html"

6

how to add image in html

<img src="img_girl.jpg" alt="Image Load Error" width="500" height="600">
Posted by: Guest on July-25-2020
1

img tag

<img src="photo1.png" alt="">
Posted by: Guest on September-07-2020

Code answers related to "how many ways can we give img in html"

Browse Popular Code Answers by Language