Bootstrap Question:
Tell me what is Contextual classes of table in Bootstrap?
Answer:
The Contextual classes allow you to change the background color of your table rows or individual cells.
Class Description
.active Applies the hover color to a particular row or cell
.success Indicates a successful or positive action
.warning Indicates a warning that might need attention
.danger Indicates a dangerous or potentially negative action
Class Description
.active Applies the hover color to a particular row or cell
.success Indicates a successful or positive action
.warning Indicates a warning that might need attention
.danger Indicates a dangerous or potentially negative action
Previous Question | Next Question |
Tell me how will you create a progress bar using bootstrap? | Do you know what is Bootstrap Grid System? |