Grid and cell spans
Set the table's row and column count, enter the text for each position, and merge only neighboring cells that should form one logical cell. A horizontal merge is expressed in HTML with colspan; a vertical merge uses rowspan. The spanned positions are covered by that one cell, so they must not also appear as ordinary td or th elements in the same grid slots.