Quote:
Originally Posted by DNSB
Personally, if you must use images, I would add a title="text" and alt="text". Something like the below:
Code:
<h3 class="center" title="Chapter 6"><img alt="Chapter 6" class="imgw61" src="../Images/chapter_06.jpg"/></h3>
The title will be used to generate the ToC entry while the alt will allow a screen reader to say chapter 6.
|
Good point! I forgot about alt of images being needed as well.