Source
<table>
<tr>
<td onClick="window.location.href='index.html'">ジャンプ</td>
<td onClick="window.location.href='index.html'">ジャンプ</td>
</tr>
</table>Sample
| ジャンプ | ジャンプ |
Reference
HTML小技集 - メインコンテンツ - テーブルリンクhttp://hp.xrea.jp/m/link/34.html
<table>
<tr>
<td onClick="window.location.href='index.html'">ジャンプ</td>
<td onClick="window.location.href='index.html'">ジャンプ</td>
</tr>
</table>| ジャンプ | ジャンプ |