Which Html element should be used?

I'm trying to code this for practice but I have no idea on how to go about it. The two images contains the desktop and mobile view. Do I use tables? Divs? I have no idea. Thanks in advance.
No description
No description
2 Replies
Tenkes
Tenkes3w ago
I'd definitely use table
Squeemeister
Squeemeister3w ago
If you'e just displaying/sorting data then yeah, tables for sure. If it requires some interactivity like rearranging the row orders by dragging or something, then divs or div/table combo might work best.