橫跨兩列的單元格:. colspan 屬性規定單元格可橫跨的列數 colspan="2". <table border="1"> <tr> <th>姓名</th> <th colspan="2">電話</th> </tr> ...
確定! 回上一頁