Get Answers to all your Questions

header-bg qa

What is the use of Rowspan ? in a short answer.

Answers (1)

best_answer

It is an attribute that is used to determine the number of cell rows of the table this cell should span.

In other words, Rowspan is used when you want one cell to span more than one row.

The Syntax is <td rowspan="number">

E.g.

  • <td rowspan="3" <br/> </td> (Join three rows together)
  • <td rowspan="6" <br/> </td> (Join six rows together)
Posted by

Deependra Verma

View full answer