adplus-dvertising
frame-decoration

Question

Which of the following is correct HTML for inserting an image?

a.

<image source= “www.abc.com/ganesh.jpg” alt= “This is me” />

b.

<img src= “www.abc.com/ganesh.jpg” alt= “This is me” />

c.

<img source= “www.abc.com/ganesh.jpg” alt= “This is me” />

d.

<img alt= “This is me”>www.abc.com/ganesh.jpg</img>

Posted under HTML Fundamentals HTML

Answer: (b).<img src= “www.abc.com/ganesh.jpg” alt= “This is me” />

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is correct HTML for inserting an image?