I am trying to create the following table layout, but I want to use DIV instead of TABLE:
------------------ | | | | CELL1 | CELL2 | | |
1 2 3 4 5 6 7 8 9
use display grid for using div instead of table