2. Which of the following is used to increase the row height?
a. cellspacing
b. cellpadding
C. rowspan
d. colspan
Answers
Answered by
1
Answer:
Cdjdjfjdjdkdkslslshshsjs C is correct
Answered by
0
Answer:
C. rowspan
Explanation:
Rowspan is a HTML attribute, it specifies the number of rows a cell should span. That means if a row spans three rows, it will take up the space of three rows in the table. Rowspan basically allows a cell of the table to span the height of more than one row. The rowspan attribute can be used on elements, <th> and <td> .
Given below is a syntax to use rowspan -
<td rowspan="number">
here "number" specifies the number of rows a cell should span.
Similar questions