What is the primary approach of Bootstrap in terms of mobile-first design?
- Mobile-Last
- Desktop-First
- Tablet-First
- Mobile-First
Bootstrap follows a Mobile-First approach, meaning it designs for smaller screens first and then progressively enhances for larger ones. This approach ensures a better user experience on mobile devices.
Loading...
Related Quiz
- 2. To enhance user experience, use AJAX to dynamically load content in the Bootstrap '___' component.
- The jQuery selector $('___').collapse() can be used to programmatically control Bootstrap collapsible elements.
- What is the maximum number of columns available in a Bootstrap grid system?
- The '___-wrap' utility in Bootstrap controls whether items wrap around or stay in a single line.
- In a mobile-first design using Bootstrap, what is the default grid behavior on smaller screens?