ROWSPAN attribute cannot be used with which of the following tag?…
2017
ROWSPAN attribute cannot be used with which of the following tag? ---------------------------------------- ROWSPAN
- A.
<TH>
- B.
<TABLE>
- C.
<TD>
- D.
None
Attempted by 436 students.
Show answer & explanation
Correct answer: B
Correct Answer: <TABLE> Explanation: ROWSPAN is a cell-level attribute applied to table header and data cells (<TH> and <TD>), not to the table container (<TABLE>). Placing rowspan on the <TABLE> element is invalid and will not make cells span rows. Usage: Apply rowspan on individual cells to span multiple rows, e.g., <td rowspan="2">Cell</td> .
A video solution is available for this question — log in and enroll to watch it.