For carousel components, Bootstrap suggests using the ___ attribute to pause the carousel for accessibility.
- aria-hidden="true"
- data-pause="true"
- role="carousel-pause"
- data-pause="carousel"
Bootstrap recommends using the data-pause attribute with a value of "carousel" to pause the carousel for accessibility. This ensures users have control over the carousel, especially those with screen readers.
Loading...
Related Quiz
- Describe a strategy for effectively managing and updating Bootstrap dependencies in a large-scale project.
- What is the typical method for adding a third-party JS library to a Bootstrap project?
- Which file in Bootstrap contains the default variables that can be overridden?
- Question 1: Describe a scenario where integrating AJAX with Bootstrap improves the user experience on a data-heavy web page.
- What is the primary use of the Bootstrap Tooltip component?