How do you apply zebra-striping to a table in Bootstrap?
- .table-striped
- .table-zebra
- .table-stripe
- .table-hover
Zebra-striping is applied using the .table-striped class in Bootstrap. This class adds a light background color to odd rows, providing a striped appearance to the table. It enhances readability and visual appeal.
Loading...
Related Quiz
- Integrating Bootstrap with a ___ can streamline the development and maintenance process.
- Describe a strategy for optimizing the performance of a Bootstrap project when integrating multiple third-party JS libraries.
- In Bootstrap, what is the significance of using semantic HTML elements for accessibility?
- What is the function of the 'data-slide-to' attribute in a Bootstrap carousel?
- What role does Bootstrap's modal component play in enhancing user experience on e-commerce sites?