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" />HTML Tutorial
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.
<img src="image.jpg" alt="Sample image" />