What role do utility classes for 'visibility' play in Bootstrap?
- Hides an element visually but keeps it in the layout
- Displays an element only on large screens
- Sets the opacity of an element to zero
- Removes an element from the DOM
Utility classes for 'visibility' in Bootstrap are used to hide an element visually while maintaining its presence in the layout. This is useful for creating responsive designs where certain elements need to be hidden on specific devices or screen sizes. It helps in crafting a seamless user experience across various devices.
Loading...
Related Quiz
- The ___ meta tag in Bootstrap is crucial for responsive design on mobile devices.
- Describe the purpose of 'nested' grids in Bootstrap and how they are implemented.
- What event is triggered when a Bootstrap modal is fully shown?
- What are the key differences between 'fixed' and 'fluid' layouts in the Bootstrap grid system?
- Explain how to create a responsive image gallery using Bootstrap's card components.