I want to create a table, which will have 2 rows. First row contains 2 columns of equal size and second column should contain 3 columns of equal size.
Is it possible to design this type of table in HTML?
I don’t want to use nested tables; using single table can it be achievable?

1 Answer