結果を表示する
元にもどす
<html> <style> table{table-layout:fixed; border:solid 1px black; border-radius:4px; background-color:white;} td{background-color:red;} .ボックス_A{height:124px; width:388px; border:solid 1px black;} .ボックス_B{height:124px; width:56px; border:solid 1px black;} .ボックス_C{height:124px; width:176px; border:solid 1px black;} .ボックス_D{height:62px; width:620px; border:solid 1px black;} </style> <table> <tr> <th><img src="box_A_1940_620.png"class="ボックス_A"></th> <th><img src="box_B_280_620.png"class="ボックス_B"></th> <th><img src="box_C_880_620.png"class="ボックス_C"></th> </tr> <tr> <td colspan="3"><img src="box_D_3100_310.png"class="ボックス_D"></td> </tr> </table> </html>