xplain the difference between rowspan and colspan
Answers
Answered by
4
Answer:
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 .
I hope it will help u to proceed further....
Answered by
4
The rowspan and colspan are <td> tag attributes. These are used to specify the number of rows or columns a cell should span. The rowspan attribute is for rows as well as the colspan attribute is for columns. These attributes have numeric values, for example, colspan=3 will span three columns.
Hope it helps you ☺️
❤️ ❤️ ❤️
Similar questions