In Bootstrap, use '___-toggle' to dynamically collapse or expand elements.
- collapse
- toggle
- expand
- visibility
The correct option is 'collapse'. The 'collapse' class in Bootstrap is used with the 'data-toggle' attribute to create a collapsible element, typically used for navbar toggling or dropdowns.
Loading...
Related Quiz
- To change the primary color in Bootstrap, override the ___ variable.
- Bootstrap's ___ component is essential for showcasing featured products on an e-commerce homepage.
- Q3: Describe how you would use Bootstrap's grid system to create a responsive gallery layout.
- Describe a scenario where adjusting Bootstrap's color variables would be essential for branding purposes.
- Which Bootstrap component is most suitable for creating a group of selectable buttons?