Computer Science, asked by gedarsitek, 2 months ago

explain the two attributes to span multiple rows and columns.in which element can they be used. give the syntax.​

Answers

Answered by aumikachatter6b
2

Answer:

Use rowspan if you want to extend cells down and colspan to extend across. You can use rowspan="n" on a td element to make it span n rows, and colspan="m" on a td element to make it span m columns.

Similar questions