Bootstrap's mobile-first approach prioritizes content layout using '___-first' classes.
- Desktop
- Tablet
- Phone
- Mobile
In Bootstrap, the mobile-first approach means designing for smaller screens first. The class 'col-xs-' is used for phones, making Option 4, 'Mobile,' the correct answer.
Loading...
Related Quiz
- Bootstrap's ___ class provides visual and accessible feedback to users about the state of a component.
- To optimize images for different devices, Bootstrap's ___ classes are crucial in e-commerce sites.
- Creating a dark mode theme in Bootstrap involves customizing the '___' SASS variables.
- Describe a scenario where integrating Bootstrap into a Vue.js application improved its responsiveness and maintainability.
- Bootstrap's ___ feature can be leveraged to add interactive functionality to custom components.