In a mobile-first design using Bootstrap, what is the default grid behavior on smaller screens?
- Stacked
- Collapsed
- Horizontal
- Expanded
In a mobile-first design, the default grid behavior on smaller screens is stacked. This means that columns are stacked vertically, allowing for a cleaner and more readable layout on mobile devices.
Loading...
Related Quiz
- For performance optimization, customizing Bootstrap to include only __________ components can reduce file size.
- The ___ class in Bootstrap is used for creating inline lists in a navigation bar.
- How would you modify a Bootstrap layout to be responsive on devices smaller than 768 pixels?
- To make a layout responsive, Bootstrap uses the ___ grid system.
- Describe how automated testing can be applied to Bootstrap code maintenance.