Computer Applications

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>

HTML Advanced Features

1 Like

Answer

<TD COLSPAN = 4>

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

<TD COLSPAN = 4>

Answered By

2 Likes


Related Questions