THEORETICAL RECAP The img tag is a void element in HTML — it has no closing tag. It requires at minimum two attributes: src, which points to the image file, and alt, which provides a textual description of the image for screen readers and search engi...