Computer Science, asked by adarshale2, 4 months ago

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 zezus
6

Answer:

<img src = "jtp.png" /> this tag is used to insert image in html

Similar questions