The Bootstrap utility class 'd-___' is used to dynamically show or hide elements based on screen size.
- hidden
- display
- responsive
- none
The correct option is 'display'. The 'd-display' class in Bootstrap is used to control the visibility of an element based on the screen size, helping create responsive designs.
Loading...
Related Quiz
- The Bootstrap Tooltip '___' method is used to manually update the content of the tooltip.
- Describe a scenario where using Sass nesting in Bootstrap would be more effective than traditional CSS.
- Q1. Describe how you would implement a dynamically updating news feed using Bootstrap.
- What is the role of commenting and documenting Bootstrap code in its maintenance?
- How would you approach creating a theme for a Bootstrap project entirely using Sass variables and mixins?