Computer Science, asked by neertrivedi31, 6 months ago

Which of the following tags is used to insert an image with Html document?

(A) <img>
(B) <href>
(C) <a>
(D) <pic>​

Answers

Answered by ashishpandat917
1

Answer:

<img>

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.

Similar questions