



#
#
#
#
サンプルコード
<table>
<tr>
<th>県名</th>
<th>人口密度(人/km<sup>2</sup>)</th>
<th>面積(km<sup>2</sup>)</th>
</tr>
<tr>
<th>徳島</th>
<td valign="bottom">174.37</td>
<td valign="bottom">4,146.75</td>
</tr>
<tr>
<th>香川</th>
<td valign="bottom">506.61</td>
<td valign="bottom">1,876.78</td>
</tr>
<tr>
<th>愛媛</th>
<td valign="bottom">234.37</td>
<td valign="bottom">5,676.16</td>
</tr>
<tr>
<th>高知</th>
<td valign="bottom">97.35</td>
<td valign="bottom">7,103.64</td>
</tr>
<tr>
<th>合計</th>
<td valign="bottom">196.54</td>
<td valign="bottom">18,803.33</td>
</tr>
</table>