Excellent Average Unsatisfactory
Membership Information
Conference Information
Membership Application

The code for the above example follows:

<form action="#" method="post" title="Survey form">
<table border="1">
<tr><td> </td>
<th>Excellent</th>
<th>Average</th>
<th>Unsatisfactory</th>
</tr>
<tr>
<th>Membership Information</th>
<td><input type="radio" name="rbg1" value="0" tabindex="1005" title="Membership information-Excellent" > </td>
<td><input type="radio" name="rbg1" value="0" tabindex="1010" title="Membership information-Average" > </td>
<td><input type="radio" name="rbg1" value="0" tabindex="1015" title="Membership information-unsatisfactory" > </td>
</tr>
<tr>
<th>Conference Information</th>
<td><input type="radio" name="rbg2" value="0" tabindex="1020" title="Conference information-Excellent" > </td>
<td><input type="radio" name="rbg2" value="0" tabindex="1025" title="Conference information-Average" > </td>
<td><input type="radio" name="rbg2" value="0" tabindex="1030" title="Conference information-unsatisfactory" > </td>
</tr>
<tr>
<th>Membership Application</th>
<td><input type="radio" name="rbg3" value="0" tabindex="1035" title="Membership application-Excellent" > </td>
<td><input type="radio" name="rbg3" value="0" tabindex="1040" title="Membership application-Average" > </td>
<td><input type="radio" name="rbg3" value="0" tabindex="1045" title="Membership application-unsatisfactory" > </td>
</tr>
</table>
<INPUT type="image" name="Go" src="go.gif" alt="Go" tabindex="1050">
</form>

This document was written by Sailesh Panchang, Senior Accessibility Engineer Deque Systems