Access: [13.1.1.4]: link text not meaningful (click here) (Priority 2)
Cause:
Avoid ambiguous link text such as "click here". In addition, the term "click" suggests the link
is only accessible via a mouse or other similar pointing device. Create link text that remains
meaningful even when read out of context. Identify the purpose or target of each link
(i.e. describe the destination of the link)and keep the text concise.
Example:
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/13.1.1</title>
</head>
<body>
<a href="animals.htm">click here</a>
</body>
</html>
|
Solution:
References: