Is there a more effective method to construct this 3x2 "table" using DIVS?
I'm considering using traditional tables code
<table>
since it's simpler, but modern practice leans towards Divs. So, what is the most polished approach to achieve a layout like this?
I've always been curious why tables fell out of favor, I used to build websites exclusively with tables (a while back).