a
(anchor) element cannot contain any of the following text (English): "click here", "more".
Question | Is this link text as descriptive of the link destination as possible? |
---|---|
PASS | Link text is as descriptive as possible. |
FAIL | Link text is not as descriptive as possible. |
a
(anchor) element.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #173 - Negative</title> </head> <body> <p>Select link for more <a href="dogs.html">information about dogs</a>.</p> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #173 - Positive</title> </head> <body> <p>For more information <a href="dogs.html">click here</a>.</p> </body> </html>