MCQ
Which tag is used to display an image in HTML?
A <img>
B <image>
C <src>
D <pic>
Explanation

The <img> tag is used to embed images in HTML pages. It uses the src attribute to specify the image URL.