表格單元橫跨兩列的表格: <table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td colspan="2" >January</td> </tr> <tr> <td colspan="2" > ...
確定! 回上一頁