Table Markup
Here is the markup for the table you were looking at:
<table width="100%" border="2" bordercolor="#000000">
<caption><b>Who "gets" the Web?</b></caption>
<tr>
<th><br></th>
<th>Students</th>
<th>Faculty</th>
<th>Babies</th>
<th>Cats</th>
</tr>
<tr align="center">
<th align="left">Understand html</th>
<td>60%</td>
<td>55%</td>
<td>5%</td>
<td>4%</td>
</tr>
<tr align="center">
<th align="left">Sort of get it</th>
<td>30%</td>
<td>30%</td>
<td>10%</td>
<td>5%</td>
</tr>
<tr align="center">
<th align="left">Don't get it</th>
<td>8%</td>
<td>5%</td>
<td>80%</td>
<td>21%</td>
</tr>
<tr align="center">
<th align="left">Chase mice</th>
<td>2%</td>
<td>10%</td>
<td>5%</td>
<td>70%</td>
</tr>
</table>
Not bad, huh? OK, let's go back to the tables page.
| Page by Howard Rosenbaum |
|
| Find me at hrosenba@indiana.edu |
http://www.slis.indiana.edu/hrosenba/www/Demo/Demotable.html |