Merging Table Cells
As you have seen in the preceding sections, every cell in a given row must be the same height, and every cell in a given column must be the same width. You can’t make individual cells different heights or widths, but you can span (merge) two or more adjacent cells so that one cell spans multiple rows and/or columns. This technique is useful for centering text across several columns.

It also comes in very handy when creating table-based page layouts, which you’ll learn about later in this chapter.
To merge a cell into adjacent cells to its right, use the colspan argument and specify the number of columns to be spanned, like this: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access