3. Tables
<p>
<table frame="border">
<head>table shows the rise and fall of mortality. Using frame="border"</head>
<row role='label'>
<cell/><cell cols="3">years</cell></row>
<row role='label'>
<cell/><cell>2006</cell><cell>2007</cell><cell>2008</cell></row>
<row><cell role='label'>St. Leonard's, Shoreditch</cell>
<cell>64</cell> <cell>84</cell> <cell>119</cell></row>
<row><cell role='label'>St. Botolph's, Bishopsgate</cell>
<cell>65</cell> <cell>105</cell> <cell>116</cell></row>
<row><cell role='label'>St. Giles's, Cripplegate</cell>
<cell>213</cell> <cell>421</cell> <cell>554</cell></row>
</table>
</p>
<p>
<table border="3">
<head>table shows the rise and fall of mortality. Using border="3"</head>
<row role='label'>
<cell/><cell cols="3">years</cell></row>
<row role='label'>
<cell/><cell>2006</cell><cell>2007</cell><cell>2008</cell></row>
<row><cell role='label'>St. Leonard's, Shoreditch</cell>
<cell>64</cell> <cell>84</cell> <cell>119</cell></row>
<row><cell role='label'>St. Botolph's, Bishopsgate</cell>
<cell>65</cell> <cell>105</cell> <cell>116</cell></row>
<row><cell role='label'>St. Giles's, Cripplegate</cell>
<cell>213</cell> <cell>421</cell> <cell>554</cell></row>
</table>
</p>
<p>
<table border="20">
<head>table shows the rise and fall of mortality. Using border="20"</head>
<row role='label'>
<cell/><cell cols="3">years</cell></row>
<row role='label'>
<cell/><cell>2006</cell><cell>2007</cell><cell>2008</cell></row>
<row><cell role='label'>St. Leonard's, Shoreditch</cell>
<cell align="right">64</cell> <cell align="right">84</cell> <cell align="right">119</cell></row>
<row><cell role='label'>St. Botolph's, Bishopsgate</cell>
<cell align="right">65</cell> <cell align="right">105</cell> <cell align="right">116</cell></row>
<row><cell role='label'>St. Giles's, Cripplegate</cell>
<cell align="right">213</cell> <cell align="right">421</cell> <cell align="right">554</cell></row>
</table>
</p>
Up: Contents Previous: 2. Entities and XIncludes Next: 4. RSS from blogs.oucs.ox.ac.uk

