MCQ
What is a common technique for making tables responsive?
Explanation
Using overflow-x: auto on a table container allows tables to scroll horizontally on small screens, making them responsive while preserving data integrity.