td 要素のcolspan属性を使い、1行目の1列目と2列目のセルを結合、3列目と4列目と5列目のセルを結合。 <table border="1"> <tr> <td colspan="2">セル</td> <td ...
確定! 回上一頁