How do you use Bootstrap to dynamically show or hide content based on screen size?
- .visible-md, .hidden-lg
- .hidden-md, .visible-lg
- .hidden-sm, .visible-md
- .visible-sm, .hidden-lg
Bootstrap provides classes like .visible-md and .hidden-lg to control visibility based on screen size. These classes can be added to HTML elements to show or hide content on medium and large screens.
Loading...
Related Quiz
- Discuss the impact of Bootstrap's performance optimization techniques on the load time of e-commerce websites.
- Which version of jQuery is required for Bootstrap's JavaScript components to function properly?
- Custom animations for modals can be implemented using the '___' class in Bootstrap.
- What are the limitations of ScrollSpy when dealing with fixed elements like headers or footers?
- How does jQuery's AJAX functionality integrate with Bootstrap's forms for real-time data processing?