Computer Science, asked by bhuriyamona4, 1 day ago

Rowspan attribute is used to merge two or more rows into a single row

Answers

Answered by Anonymous
0

Answer:

[tex]To merge cells in HTML, use the colspan and rowspan attribute. The rowspan attribute is for the number of rows a cell should span, whereas the colspan attribute is for a number of columns a cell should span. Both the attribute will be inside the <td> tag.

Similar questions