|
You are here > Web Design > Web Accessibility > 38.1. Standard Images
Standard Images
Always include alternative text attributes in image tags.
For example:
<IMG SRC="logo.gif" ALT="company logo">
If the image is not important, set empty alternative text attributes.
For example:
<IMG SRC="dot.gif" ALT="">
Animated Images >>>
|