Alt attribute

Describes alt attribute function
messywebdev avatar
messywebdev
plain_text
01/30/2023 3:49 AM
316 B
22
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...