The <img> tag embeds an image. Common attributes include src (source of the image) and alt (alternative text for accessibility).
<img>
src
alt
Example:
<img src="image.jpg" alt="Sample Image" width="200" height="100">