Multiple choice technology web technology

colspan=n can be added to only what tag?

  1. <tr>

  2. <text area>

  3. <table>

  4. <td>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

colspan attribute extends a single table cell across multiple horizontal columns. It only works on and tags. A represents an entire row, not a cell, and is the container element.