InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between rospan and colspan. Explain with examples |
|
Answer» is a property ADDED to a table cell [ i.e TD] so that it can span many rows. If the rowspan property is given a value of 2, it will STRETCH across two cells horizontally. In short, colspan is used to merge 2 or more cells horizontally. And rowspan is used to merge 2 or more cells vertically. |
|