235 viewsJune 23, 2023Others#html 1 Mercy Margret1.64K June 21, 2023 0 Comments How can we club two or more rows or columns into a single row or column in an HTML table? Sandhya Answered question June 23, 2023 1 Answer ActiveVotedNewestOldest 0 Sandhya2.52K Posted June 23, 2023 0 Comments It can be done by using the rowspan and colspan attribute in HTML. The rowspan is used to merge or combine the number of cells in a row whereas the colspan is used to merge column cells in a table. Sandhya Answered question June 23, 2023 Register or Login