Links have meaningful text
From WolfWikis
Back to ITAP Project Evaluation Rubric
Contents |
Explanation
Your link text should reflect the page that it is going to. Using text like "click here" is confusing to screen readers because they don't necessarily know what the link refers to.
Procedure
Do This
<a href="map.html">View the map</a>
Don't Do This
<a href="map.html">Click here</a> to view the map