Computer Science, asked by mithusvlog1979, 24 days ago


What is the correct HTML for inserting an image?

a. <image src="image.gif" alt="MyImage"/>

b. <img src="image.gif" alt="MyImage"/>

c. <img alt="MyImage">image.gif</img>

d. <img href="image.gif" alt="MyImage"/>​

Answers

Answered by 5776hirdija
0

Answer:

please mark me brainalist

Explanation:

To insert image in an HTML page, use the <img> tags. It is an empty tag, containing only attributes since the closing tag is not required.

Answered by bhavyaindoria2
1

Answer:

I hope it's D ....

Explanation:

pls follow ...

Similar questions