+ 3
What is the use of colspan tag in table
4 Respuestas
+ 1
it defines the number of columns a cell should span
+ 1
colspan used for merge cells
+ 1
You can use rowspan="n" on a td element to make it span n rows, and Colspan="m" on a td element to make it span m columns.