Back to HTML

HTML Tutorial

Images

Add meaningful images with accessible alternative text.

The img element embeds images into a web page.

The alt attribute describes the image for accessibility and fallback display.

code
<img src="image.jpg" alt="Sample image" />