which tag is used to merge four
columns in a table
Answers
Answered by
3
Answer:
colspan attribute
Explanation:
To merge table columns in HTML use the colspan attribute in <td> tag. With this, merge cells with each other. For example, if your table is having 4 rows and 4 columns, then with colspan attribute, you can easily merge 2 or even 3 of the table cells.
Mark me Brainliest!!!
Similar questions