How to insert an image in HTML? *
O <img href = "jtp.png" />
<img url = "jtp.png" />
O <img src=
<img src = "jtp.png" />
Answers
Answered by
6
Answer:
<img src = "jtp.png" /> this tag is used to insert image in html
Similar questions