Web Accessibility Frequently Asked Questions
Alt Tags
Alt tags are required on all images even spacer images. The best way to do this is to put an informative tag on all images that convey something important and place a blank alt tag on images used for spacing and formatting. This will allow the screen reader to skip over the image and continue with the important content.
<img src="images/spacer.gif" alt="" />

