Web Accessibility: Images require alternative text.
This entry was posted on 23.01.2012
Images require alternative text. Learn how and why, here.
Video Bewertung: 5 / 5
Images require alternative text. Learn how and why, here.
Video Bewertung: 5 / 5
When scripting properly validated xhtml you should already know that alt tags are required, and every tag requires a closing/ending tag which I find very satisfying personally
eg: in xhtml (assume there are proper brackets of course won’t let me add them)
(img src=”x.jpg” alt=”" /)
But I assume you are talking about when scripting in html4/5 which I agree I always use my alt tags!
Excellent video and excellent introduction to under used feature.