Computer Applications

Which attribute of <TD> tag is used to merge two or more columns to form a single column?

  1. colspan
  2. rowspan
  3. colarrange
  4. row arrange

HTML Advanced Features

4 Likes

Answer

colspan

Reason — The colspan attribute of <TD> tag is used to merge two or more columns to form a single column.

Answered By

1 Like


Related Questions