Back to Techniques for Accessible Complex Data Tables
HTML code from the Enrollment Comparison table.
<table width="50%" border="1" cellspacing="0"
cellpadding="0" summary="Comparison of Enrollment between the
University of Wisconsin-Stevens Point and the University of Wisconsin-Platteville.
Enrollment numbers are presented vertically by the calendar years of 2000, 2001,
and 2002 and horizontally as Freshman, Sophomore, Junion, Senior, Graduate,
and Total. Stevens Point is presented first, Platteville second.">
<caption>
Enrollment Comparison
</caption>
<tr>
<th> </th>
<th id="r1_c2">2000</th>
<th id="r1_c3">2001</th>
<th id="r1_c4">2002</th>
</tr>
<tr>
<th id="r2_c1">University of Wisconsin-Stevens Point</th>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<th class="thspecialheader" id="r3_c1">Freshman</th>
<td headers="r2_c1 r1_c2 r3_c1">2200</td>
<td headers="r2_c1 r1_c3 r3_c1">2150</td>
<td headers="r2_c1 r1_c4 r3_c1">2000</td>
</tr>
<tr>
<th class="thspecialheader" id="r4_c1">Sophomore</th>
<td headers="r2_c1 r1_c2 r4_c1">2000</td>
<td headers="r2_c1 r1_c3 r4_c1">2050</td>
<td headers="r2_c1 r1_c4 r4_c1">2010</td>
</tr>
<tr>
<th class="thspecialheader" id="r5_c1">Junior</th>
<td headers="r2_c1 r1_c2 r5_c1">1992</td>
<td headers="r2_c1 r1_c3 r5_c1">1987</td>
<td headers="r2_c1 r1_c4 r5_c1">2000</td>
</tr>
<tr>
<th class="thspecialheader" id="r6_c1">Senior</td>
<td headers="r2_c1 r1_c2 r6_c1">1875</td>
<td headers="r2_c1 r1_c3 r6_c1">1990</td>
<td headers="r2_c1 r1_c4 r6_c1">1900</td>
</tr>
<tr>
<th class="thspecialheader" id="r7_c1">Graduate</td>
<td headers="r2_c1 r1_c2 r7_c1">500</td>
<td headers="r2_c1 r1_c3 r7_c1">475</td>
<td headers="r2_c1 r1_c4 r7_c1">510</td>
</tr>
<tr>
<th class="thspecialheader" id="r8_c1">Total</td>
<td headers="r2_c1 r1_c2 r8_c1">8566</td>
<td headers="r2_c1 r1_c3 r8_c1">8652</td>
<td headers="r2_c1 r1_c4 r8_c1">8420</td>
</tr>
<tr>
<th id="r9_c1">University of Wisconsin-Platteville</th>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<th class="thspecialheader" id="r10_c1">Freshman</th>
<td headers="r9_c1 r1_c2 r10_c1">2250</td>
<td headers="r9_c1 r1_c3 r10_c1">2260</td>
<td headers="r9_c1 r1_c4 r10_c1">2100</td>
</tr>
<tr>
<th class="thspecialheader" id="r11_c1">Sophomore</th>
<td headers="r9_c1 r1_c2 r11_c1">2075</td>
<td headers="r9_c1 r1_c3 r11_c1">2000</td>
<td headers="r9_c1 r1_c4 r11_c1">2040</td>
</tr>
<tr>
<th class="thspecialheader" id="r12_c1">Junior</th>
<td headers="r9_c1 r1_c2 r12_c1">1900</td>
<td headers="r9_c1 r1_c3 r12_c1">2000</td>
<td headers="r9_c1 r1_c4 r12_c1">1900</td>
</tr>
<tr>
<th class="thspecialheader" id="r13_c1">Senior</th>
<td headers="r9_c1 r1_c2 r13_c1">1775</td>
<td headers="r9_c1 r1_c3 r13_c1">1850</td>
<td headers="r9_c1 r1_c4 r13_c1">1950</td>
</tr>
<tr>
<th class="thspecialheader" id="r14_c1">Graduate</th>
<td headers="r9_c1 r1_c2 r14_c1">425</td>
<td headers="r9_c1 r1_c3 r14_c1">450</td>
<td headers="r9_c1 r1_c4 r14_c1">400</td>
</tr>
<tr>
<th class="thspecialheader" id="r15_c1">Total</th>
<td headers="r9_c1 r1_c2 r15_c1">8425</td>
<td headers="r9_c1 r1_c3 r15_c1">8560</td>
<td headers="r9_c1 r1_c4 r15_c1">8390</td>
</tr>
</table>