Home / Programming MCQs / Bootstrap MCQs / Question

J

Jitendra Singh • 7.47K Points
Tutor III

Q. Which of the following creates a pagination?

(A) .pagination-sm
(B) .pagination-lg
(C) .pager
(D) .pagination
Explanation by: Jitendra Singh
.pagination creates a pagination which is useful when we have a website with lots of pages, used on <ul> elements, .pager creates previous or next buttons, it is used on <ul> elements, .pagination-lg creates large pagination, .pagination-sm creates small pagination.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.