How to use divs instead of tables

前端 未结 5 1299
被撕碎了的回忆
被撕碎了的回忆 2021-02-04 04:25

I am trying to create the following table layout, but I want to use DIV instead of TABLE:

------------------
|       |        |
| CELL1 |  CELL2 |
|       |              


        
5条回答
  •  [愿得一人]
    2021-02-04 04:34

    
    
    1
    2
    3
    4
    5
    6
    7
    8
    9

    use display grid for using div instead of table

提交回复
热议问题