Home »
MCQs »
Bootstrap MCQs
Which of the following bootstrap classes can be used to add a pagination support in a webpage?
23. Which of the following bootstrap classes can be used to add a pagination support in a webpage?
- .pagination
- .page
- .paginate
- .list
Answer
The correct answer is: A) .pagination
Explanation
Bootstrap provides a .pagination
class which can be used to create a pagination bar in a web page. A pagination bar is used to navigate between multiple pages and is generally required when there are lots of pages to navigate.