Hacker News new | ask | show | jobs
by dmje 1632 days ago
Bugs me when people use divs to do tabular data display when there’s a perfectly excellent <table> tag. Copy pasting div based tabular data from a web page into a spreadsheet or document is made nightmarish. For layouts, sure, use flex or whatever, but not for data!
1 comments

It's hard to make responsive table with <table> tag though (except if you only want horizontal scrolling)