Explain colspan and rowspan in html
Answers
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.
Answered by
1
Explanation:
colspan is used to marge column in HTML and rowspan is used to marge row in HTML
Similar questions