HTML alt Attribute

Example showing the alt attribute for images.

Preview

Code

<img src="https://via.placeholder.com/200" alt="Placeholder Image Example">

<p>The alt attribute provides alternative text for an image.</p>

More HTML Attributes Examples (9)