I want to do it for my project.
But how can I do it? Which method to use for make this? Div or table?
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