How does the Bootstrap grid system handle mobile devices?
- It always displays the same layout on all devices.
- It doesn't support mobile devices.
- It resizes columns to a fixed width on mobile devices.
- It uses media queries to adjust column widths.
The Bootstrap grid system handles mobile devices by using media queries to adjust column widths. This ensures that the layout adapts to different screen sizes, providing a responsive design for mobile devices.
Loading...
Related Quiz
- The '___' property in CSS is known to have different default values in various browsers.
- The '___-gutter' class in Bootstrap is used to modify the spacing between grid columns.
- In Bootstrap, how does jQuery help in customizing the behavior of collapsible elements?
- Explain how to implement a mobile-first design using Bootstrap’s display utility classes.
- Describe the process of dynamically loading Bootstrap tabs using AJAX.