Every industry is full of technical hills that people plant their flag on. What is yours?

you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 7 months ago

Don't use CSS if tables do what you need.

As a web dev, please don't. Use a table if you have data that should be (re)presented. Don't use tables for layout. Please use semantic HTML elements, for the love of accessibility.

  • source
  • parent