InterviewSolution
Saved Bookmarks
| 1. |
Write a short note on colspan. |
|
Answer» To span two adjacent cells in a column, use the COLSPAN attribute with <TH> or <TD>, as follows: <TD COLSPAN = 2> |
|