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?
<TD COLSPAN = 4><TD COLUMN SPAN= 4><COLSPAN = 4><TD SPAN = 4>
<TD COLSPAN = 4>
Reason — The correct HTML code to merge four columns in a table is as follows:
<TD COLSPAN = 4>