Alt attribute
Describes alt attribute functionmessywebdev
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...