-2

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Markus Werner
  • 109
  • 12
  • The answer is it depends. If you have six columns of data, by al means use a table. If you want to display blocks of identical info next to each other, use floating or inline-block divs. – Mr Lister Dec 04 '15 at 16:19

1 Answers1

0

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

Community
  • 1
  • 1
adamSrgnt
  • 50
  • 1
  • 7