<body>
<table width="100%">
<tr>
<td><div>content1 goes here</div></td>
<td><div>content2 goes here</div></td>
<td><div>content3 goes here</div></td>
</tr>
</table>
</body>
content(1,2,3) には、他の html タグを含めることができます。td の幅に設定はありませんが、一体どのように自動サイズ変更されるのでしょうか? どういうわけか、予期しない自動サイズ変更をトリガーしました。