Bootstrap's ___ class provides visual and accessible feedback to users about the state of a component.
- alert
- visually-hidden
- sr-only
- status
The sr-only class in Bootstrap is designed to provide visually hidden but screen-reader accessible feedback to users, making it useful for conveying the state of a component.
Loading...
Related Quiz
- Describe how Bootstrap grid classes affect the visibility of content on different screen sizes.
- How do you handle event propagation issues in nested Bootstrap modals?
- Custom Bootstrap components often require unique ___ classes for styling.
- The Bootstrap utility class 'd-___' is used to dynamically show or hide elements based on screen size.
- Describe a scenario where Bootstrap JS is essential while Bootstrap CSS is insufficient.