#
#
#
サンプルコード
<table>
<colgroup>
<col style=" background-color: rgb(218,193,171);">
<col style=" background-color: rgb(251,196,204);" span="2">
</colgroup>
<thead>
<tr>
<th>名前</th>
<th>漢字</th>
<th>英語</th>
<th>分類</th>
<th>産地</th>
<th>果実の色</th>
</tr>
</thead>
<tbody>
<tr>
<td>りんご</td>
<td>林檎</td>
<td>apple</td>
<td>バラ科リンゴ属</td>
<td>あおもり</td>
<td>あか</td>
</tr>
<tr>
<td>いちご</td>
<td>苺</td>
<td>strawberry</td>
<td>バラ科オランダイチゴ属</td>
<td>とちぎ</td>
<td>あか</td>
</tr>
<tr>
<td>もも</td>
<td>桃</td>
<td>peach</td>
<td>バラ科モモ属</td>
<td>やまなし</td>
<td>もも</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>名前</th>
<th>漢字</th>
<th>英語</th>
<th>分類</th>
<th>産地</th>
<th>果実の色</th>
</tr>
</tfoot>
</table>
名前 | 漢字 | 英語 | 分類 | 産地 | 果実の色 |
---|---|---|---|---|---|
りんご | 林檎 | apple | バラ科リンゴ属 | あおもり | あか |
いちご | 苺 | strawberry | バラ科オランダイチゴ属 | とちぎ | あか |
もも | 桃 | peach | バラ科モモ属 | やまなし | もも |
名前 | 漢字 | 英語 | 分類 | 産地 | 果実の色 |