Science, asked by prajapatianu0908, 2 months ago

Explain colspan and rowspan in html

Answers

Answered by MrsMuffin
4

\huge\sf{Answer}

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 purtyakriti
1

Explanation:

colspan is used to marge column in HTML and rowspan is used to marge row in HTML

Similar questions