Is there a business reason for striving for pure CSS layout?

后端 未结 21 732
情深已故
情深已故 2021-02-02 08:30

It seems like every time I try to create a pure CSS layout it takes me much longer than if I\'d use a table or two. Getting three columns to be equal lengths with different amou

21条回答
  •  一整个雨季
    2021-02-02 09:26

    Some additional reasons why this is good practice:

    • Accessibility - the web should ideally be accessible by all
    • Performance - save bandwidth and load faster on mobile devices (these lack bandwidth to some degree and cannot layout complex tables quickly). Besides loading fast is always a good thing...

提交回复
热议问题