InterviewSolution
Saved Bookmarks
| 1. |
What is rowspan and columnspan |
| Answer» The columns and rows of a table can be spanned by using colspan and rowspan attribute colspan attribute is used to merge the a specified number of columns in one cell where as rowspan attribute merges specified number of rows in one cell | |