DEV Community

Ingrid do Rio Schulze
Ingrid do Rio Schulze

Posted on

How to achieve the "merge cells" from Excel in HTML using colspan and rowspan

colspan enables a cell to take the width of more than one cell or column.

colspan visual example

colspan code example

rowspan enables a cell to take the height of more than one cell or row.

rowspan visual example

rowspan code example

  • It also works with Material UI.

Top comments (0)