Merging table column into single cell

后端 未结 2 738
傲寒
傲寒 2021-01-03 20:43

I have a table that looks like this and this is its markup

______________________
_____|_______|________
_____|_______|________

2条回答
row 1 column 1 row 1 column 2 row 1 column 3
row 2 column 1 row 2 column 3

This should work. Any element with rowspan="2" will span two rows. you can also put colspan="2" to span columns.

提交回复
热议问题