In Bootstrap, what class is used to create a responsive grid layout?
- column
- container
- container-fluid
- row
In Bootstrap, the "row" class is used to create a responsive grid layout. It is used to define a horizontal group of columns that automatically adjust their width based on the screen size, making the layout responsive.
Loading...
Related Quiz
- Question 1: Describe a scenario where integrating AJAX with Bootstrap improves the user experience on a data-heavy web page.
- Implementing ___ headers can help in leveraging browser caching for performance.
- Using Bootstrap's built-in classes instead of ___ styles helps maintain consistency.
- What is the jQuery method used for programmatically opening a Bootstrap dropdown?
- The Bootstrap alert component can be closed using the '___()' JavaScript method.