Use Div Table to generate a div table, to convert an html table to a div table, or to style a div table using CSS. "Why shouldn't I use an html table?" you're asking yourself. For many reasons:
- Tables are not accessible
- Tables take longer to load
- Tables are complicated and easily broken
- Tables are not responsive
See more explanation at Why You Should Avoid Tables for Web Page Layouts