CSS Hell simulating TABLE with DIV

后端 未结 8 1887
深忆病人
深忆病人 2020-12-10 03:40

I´m trying to simulate a table using only CSS and DIV. The problem is that nothing that I do can perfectly simulate a table layout behavior.

Below is the table layout

8条回答
  •  天涯浪人
    2020-12-10 04:12

    If you are presenting tabular data (multiple attributes of multiple similar entities, aka tabular data), use a

    tag

    提交回复
    热议问题