td要素やth要素に colspan="" 、 rowspan="" を追加すると、セルを結合することができます ... <table border="3"> <tr> <td rowspan="3"> 垂直方向の結合 </td> <td> ...
確定! 回上一頁