tableにCSSでwidthを指定した場合,どう解釈されるかのテストです。DOCTYPEはXHTML 1.0 Strict,XML宣言は省略しています。 Tried at 2007-06-06 まず,tableのマークアップは次の通り <table> <col class="col1" /> <col class="col2" /> <col class="col3" /> <col class="col4" /> <col class="col5" /> <tr> <th scope="col">項目1</th> <th scope="col">項目2</th> <th scope="col">項目3</th> <th scope="col">項目4</th> <th scope="col">項目5</th> </tr> <tr> <td>data11</td> <td>data21