InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Difference between row and column span attributes. | 
                            
| Answer» Both are attributes of the two table-cell elements, and … colspan is used to merge 2 or more cells horizontally. And rowspan is used to merge 2 or more cells vertically. In html rowspan and colspan is an attribute of table tag which is used when we need to merge more than one row and more than one column. | |