How create with div tags, a layout like a table with 2 rows 2 columns, basically 4 bo

how create with div tags, a layout like a table with 2 rows 2 columns, basically 4 boxes, each box side size 300px?

Create a container div big enough to hold all of the divs, then float the other divs inside that. That’s one easy way.