Explanation: The <img> element is used in HTML to display an image. The <img> element has several attributes that point to different image types. (a) It has a "src" attribute which points to the location of the image. (b) It has an "alt" attribute that displays descriptive text in case the image cannot be displayed. (c) It has "width" and "height" attributes for scaling the displayed image.