Web accessibility service pageWeb accessibility service page

11.4:H311203 Allow users to set Web program appearance and contents as they prefer.

Proper demonstration

Allow users to set browser method as they prefer and to their convenience. The following example provided two different browsing methods for users to chose from.

Proper example:

  |<A href="linkto/text.jsp" title=pure text Web site>pure text Web site</A>|
  <A href="linkto/general.jsp" title=general visual design Web site>visual design Web site</A>|
          

Proper example:

  <P>Newest laptop list download</P>
  [<A href="linkto/nb.txt">TXT file</A>][<A href="linkto/nb.doc">DOC file</A>][<A href="linkto/nb.zip">ZIP file</A>]
          
End of Main Content