Bootstrap's responsive utility classes include '.d-___-none' to control visibility.
- xs
- sm
- lg
- xl
Bootstrap's responsive utility classes use prefixes like '.d-xs-none,' '.d-sm-none,' etc. The correct option is 'lg,' representing large screens. These classes are handy for managing visibility on specific screen sizes in a responsive design.
Loading...
Related Quiz
- Is it possible to use Bootstrap JS components without including Bootstrap CSS?
- To add a footer to a Bootstrap card, you use the 'card-footer ___' class.
- What is the primary purpose of using pagination in Bootstrap?
- Explain how to create a responsive image gallery using Bootstrap's card components.
- What Bootstrap class is typically used to create a basic alert box?