Search code examples
htmltabular

Crazy table or div...how do it? Or what use table or div?


I want to do it for my project.

Table crazy!

But how can I do it? Which method to use for make this? Div or table?


Solution

  • It is best-practice to use properly styled divs. Divs are cleaner and can be made responsive to resizing in ways that tables cannot (or at least not easily).

    Here is a much longer explanation of the subject in another post