MCQ
What is a common approach to responsive navigation on mobile?
Responsive Web Design
A Displaying all navigation links in a row
B Using a hamburger menu with JavaScript
C Hiding all navigation links
D Using a fixed sidebar
Explanation

Hamburger menus with JavaScript toggle are a common responsive navigation pattern that saves space on mobile while maintaining access to all links.