@rawenwolf @cato "don't use HTML tables for layouts" is not actionable - what alternatives did they suggest for the problem like QR codes? Which of those are still supported by browsers with >1% market share, and which advantages&disadvantages do they have compared to plain old html tables in that kind of application?
context: I don't remember being taught html and I only wrote a few websites, so I genuinely don't know. I kinda overheard that phrase tho.
@brezelradar @cato
The "tables for site layout" thing is from waaaay back when CSS wasn't widely used so website creators used tables to create some form of layout. Nowadays you do this with CSS, hence why I was taught "don't use tables for layouts" since it was already long obsolete and super clumsy.
The QR code point would be moot since back then QR codes weren't used in any capacity yet. And I think even then they would be static images rather than formed from HTML elements.