Hi All -
I’m studying the Tables section in MDN and made my own very basic table in CodePen including the CSS from the lesson. I have some table headers expanding 2 rows with corresponding cell info which was fine.
But then just for curiosity I tried to add a table header in the same table spanning two columns and having two cells underneath this header that are horizontally displayed instead of vertically displayed and wasn’t able to do this?
Can you please let me know if this is possible and, if so, how you’d mark it up?
The link to my coding in CodePen is below:
https://codepen.io/codermom8/pen/BaoVLzv
Thanks so much!