Navigational Map Nav Reference 11.2
Adding the accessibility icons on your fully validated site is something you can be proud of!
<!-- the validators division is placed under the main division -->
<div class="validators">
<a href="http://validator.w3.org/"
title="Valid XHTML 1.1!">
<img src="valid-xhtml11.gif"
width="88"
height="31"
class="linked-image"
alt="[Valid XHTML 1.1 Icon and link]" /></a>
<a href="http://jigsaw.w3.org/css-validator/validator-uri.html"
title="Valid CSS!">
<img src="vcss.gif"
width="88"
height="31"
class="linked-image"
alt="[Valid CSS Icon and link]" /></a>
<a href="http://www.cast.org/bobby/"
title="Link to Bobby Validation Services">
<img src="approved_aaa.gif"
width="88"
height="31"
class="linked-image"
alt="[Bobby AAA Validation Icon and link]" /></a>
</div>