Setting rowspan on colgroup?
问题 Simple (I hope), HTML question. Let's say I have a column group that spans 3 columns. But it also spans 9 rows. But in actuality, I want there to be 3 levels of columns (so basically, 3 columns, split across 9 rows). The only objectives really are: a) avoid embedding tables (for various reasons) b) keep the sections modular. c) allow for styling of the semantically modular areas. So in the end, I would have something visually like: | col 1 | col 2 | col 3 | | row 1 | row 1 | row 1 | | row 2 |