CBSE Class 10 Computer Applications Question 33 of 125

HTML II — Images, Links and Tables — Question 24

Back to all questions
24
Question

Question 24

Which property tells how many rows a cell should span ?

  1. colspan = n
  2. Both rowspan = n and colspan = n
  3. rowspan = n
Answer

rowspan = n

Reason — rowspan attribute specifies the number of rows a cell should span.