|
|
|
|
|
by recursive
699 days ago
|
|
Tables aren't even deprecated. IMO you're better off keeping the tables than transforming it into <div> soup. 20 years ago you'd hear it shouted from the rooftops: "Tables for layout are not semantic!". Guess what? <div>s are never semantic. Just use tables if it suits you. |
|
I wonder if any notable sites still use tables even for complicated things such as, say, nested comment threads?