ROWSPAN attribute cannot be used with which of the following tag?…

2017

ROWSPAN attribute cannot be used with which of the following tag? ---------------------------------------- ​ ROWSPAN

  1. A.

    <TH>

  2. B.

    <TABLE>

  3. C.

    <TD>

  4. 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.

Explore the full course: Up Lt Grade Assistant Teacher 2025