Search

4/13/2011

Accessible tables

Accessible tables
<table>
<tr>
<th scope="col">Name</th>
<th scope="col">Age</th>
<th scope="col">Birthday</th>
</tr>
<tr>
<th scope="row">Jackie</th>
<td>5</td>
<td>April 5</td>
</tr>
<tr>
<th scope="row">Beth</th>
<td>8</td>
<td>January 14</td>
</tr>
</table>

via: http://yellowshoe.com.au/standards/
ref: Bring on the tables | 456 Berea Street

沒有留言: