CBSE Class 10 Computer Applications Question 70 of 125

HTML II — Images, Links and Tables — Question 11

Back to all questions
11
Question

Question 3(ix)

colspan = n can be added to ............... tag :

  1. <hr>
  2. <table>
  3. <td>
  4. <tr>
Answer

<td>

Reason — COLSPAN attribute is used with <TD> tag to merge more than one columns into a single cell.