MCQ
How can you hide elements on mobile screens in responsive design?
Explanation
Using display: none within a media query is the standard way to hide elements on specific screen sizes, though it removes the element from the document flow.