HTMLHTML Images

The <img> tag is used to display images. It is a self-closing tag and requires the src (source) and alt (alternative text) attributes.

<img src=\"image.jpg\" alt=\"Description of the image\" />