Home »
MCQs »
Bootstrap MCQs
Which of the following classes can be used to create a zebra striped table in bootstrap?
19. Which of the following classes can be used to create a zebra striped table in bootstrap?
- .zebra
- .table-striped
- .zebra-striped
- .striped
Answer
The correct answer is: B) .table-striped
Explanation
Bootstrap provides multiple classes to style a table. .table-striped class can be used to create a zebra striped table.