Web accessibility service pageWeb accessibility service page

13.1:H213200 Design explanations for significant links for better browsing.

Improper design

The design of text link do not have essence meaning.

Improper design:

<P><A href="101.zip">download</A></P>
<P><A href="ex.jsp">example</A></P>
          

Proper demonstration

Use meaningful text for super links, so that user do not need to read full text to understand functions of super links.

Proper example:

<P><A href="101.zip">download two photos of the 101 skyscraper(zip file)</A></P>
<P><A href="ex.jsp">example of pure text Webpage</A></P>
          
End of Main Content