CBSE Class 10 Computer Applications Question 47 of 81

Images, Links and Tables — Question 11

Back to all questions
11
Question

Question 11

Which is the correct code to merge four columns in a table?

  1. <TD COLSPAN = 4>
  2. <TD COLUMN SPAN= 4>
  3. <COLSPAN = 4>
  4. <TD SPAN = 4>
Answer

<TD COLSPAN = 4>

Reason — The correct HTML code to merge four columns in a table is as follows:

<TD COLSPAN = 4>