InterviewSolution
Saved Bookmarks
| 1. |
How can we club two or more rows or columns into a single row or column in an HTML table? |
|
Answer» HTML provides two table attributes “ROWSPAN” and “COLSPAN” to MAKE a cell SPAN to MULTIPLE rows and columns respectively. |
|