InterviewSolution
Saved Bookmarks
| 1. |
What is rowspan and colspan |
|
Answer» Rowspan is used to co combine the cells vertically it merges the number of cells vertically and shows thm as a single cell Colspan is used to combine cells horizontally.It specifies the number of columns that the cell spans accross and shows them as a single celll |
|