Computer Science, asked by Anny2010, 1 month ago

Two or more adjacent columns can be combined together to form a single column using __________ attribute of < TH >tag

Answers

Answered by Florarocks
1

Answer:

Colspan

Explanation:

You can merge two or more table cells in a column using the colspan attribute in a <td> HTML tag (table data). To merge two or more row cells, use the rowspan attribute.

PLS MARK ME AS THE BRAINLIEST

Similar questions