Replace HTML Table with Divs

前端 未结 6 1448
刺人心
刺人心 2020-12-07 15:29

Alright, I\'m trying to buy into the idea that html tables should not be used, and that divs should be. However, I often have code that resembles the following



        
6条回答
  •  抹茶落季
    2020-12-07 16:06

    there is a very useful online tool for this, just automatically transform the table into divs:

    http://www.html-cleaner.com/features/replace-html-table-tags-with-divs/

    And the video that explains it: https://www.youtube.com/watch?v=R1ArAee6wEQ

    I'm using this on a daily basis. I hope it helps ;)

提交回复
热议问题