Computer Science, asked by hermione31, 1 month ago

Can colspan attribute be used in ? Example- is it correct?

Answers

Answered by shemashree3
1

Answer:

The colspan attribute in HTML specifies the number of columns a cell should span. It allows the single table cell to span the width of more than one cell or column. ... Usage: It can be used with <td> and <th> element while creating an HTML Table.

Answered by paramchhanga
2

Answer:

In some situations we need the Table Cells span across (or merged) more than one column or row. In these situations we can use Colspan or Rowspan attributes. Colspan The colspan attribute defines the number of columns a cell should span (or merge) horizontally

Similar questions