MCQ
What is a common technique for making tables responsive?
Responsive Web Design
A Using fixed widths
B Using overflow-x: auto or making them scroll horizontally
C Changing the table font size
D Removing table borders
Explanation

Using overflow-x: auto on a table container allows tables to scroll horizontally on small screens, making them responsive while preserving data integrity.