Alt attribute

Describes alt attribute function
 avatar
messywebdev
plain_text
2 years ago
237 B
6
Indexable
Describes images or information image is trying to convey:

<img src="https://www.image.jpg" alt="fake image describing an alt attribute">

Images that are purely decorative should have their alt attribute set to an empty string:

alt=""
Editor is loading...