Accessibility Sample Application
This sample application contains examples and source code to illustrate how
to make your web application accessible.
Image: Provide
alt
text for images. Use an empty alt
for spacing images.
Color: Provide some
other means to identify the color. For example, with a text label.
Form: Use
the <label>
tag to describe a form control. The description should appear adjacent to the control.
Navigational Link: Provide a jump link that enables users to skip repetitive navigational links.
Table: Use the header and the id attributes
of the <th>
and <td>
tags, or
use the scope attribute of the <th>
and
<td>
tags.