What class in Bootstrap is used to add hover effects on table rows?
- .table-hover
- .table-highlight
- .table-effect
- .table-row-hover
The class .table-hover in Bootstrap is applied to tables to add hover effects to table rows. When a user hovers over a row, it becomes highlighted, providing a visual cue to the user.
Loading...
Related Quiz
- For full-width carousel images, the 'img-fluid ___' class is commonly used.
- Describe the role of 'card-deck' in Bootstrap.
- Explain how you would implement a multi-language support feature in an e-commerce site using Bootstrap.
- Custom animations for modals can be implemented using the '___' class in Bootstrap.
- How do you enable automatic sliding in Bootstrap carousels?