Anyone who knows anything about web accessibility knows that images need alternative, or ALT, text assigned to them. This is because screen readers can't understand images, but rather read aloud the alternative text assigned to them. In Internet Explorer we can see this ALT text, simply by mousing over the image and looking at the yellow tooltip that appears. Other browsers (correctly) don't do this. The HTML for inserting ALT text is:
img src="filename.gif" alt="Alternative description goes here"
Thursday, 3 December 2009
Writing effective ALT text for images.
Posted by Craig Thomas at 12/03/2009 03:42:00 pm
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment