What is the purpose of the 'd-none' class in Bootstrap?
- d-hide
- d-invisible
- d-none
- hidden
The d-none class in Bootstrap is used to hide an element. It sets the display property to none, making the element invisible on the page. This is commonly used for responsive design when you want to hide an element on certain screen sizes or devices. It's more efficient than using custom CSS to hide elements.
Loading...
Related Quiz
- Can Bootstrap CSS be used independently without Bootstrap JS?
- The variable ___ is used to customize the horizontal padding inside columns in Bootstrap.
- Describe the process of implementing a dynamic pagination system in Bootstrap.
- Describe the process to create a custom theme using Bootstrap's built-in classes.
- Bootstrap's responsive utility classes include '.d-___-none' to control visibility.