Working Papers

Issues for Statistical Agencies:
Implementing Section 508 on Agency Web Sites

FedStats White Paper No. 1, January 2004

Text Description for Figure 1: Simple Table Example

Table 1
Poverty status, by age, 2000
Age Percentage
poor
Percentage
near poor
65-69 8 4
70-74 10 6
75-79 11 7
80-84 12 8
85 or older 14 12
 

HTML code snippet for the table:

Column headers:

<tr>
  <th class="stubHeading">Age</th>
  <th>Percentage<br />poor</th>
  <th>Percentage<br />near poor</th>
</tr>
First data row:
<th class="stub0">65-69</th>
  <td>8</td>
  <td>4</td>
</tr>

Return to paper.