The <img> Tag Is a Void Element
One tag, no closing — that's how images load.
HTML images are inserted with the <img> tag. It is a void (self-closing) element — it has no closing tag and no content inside it.
↳ <img> is self-contained: it references an external file, not inline content.