Bootstrap PaginationPagination is used to sort the web pages of your website in an organized manner. It becomes very necessary if your website has a lot of web pages. Following is a list of classes that Bootstrap provides to handle pagination. Table:
Bootstrap Pagination ExampleAdd the .pagination class to an <ul> element to create a basic pagination. See this example: Test it NowBootstrap Active StateThe active state specifies the current page on which user is active. The class .active is used to specify active state. See this example: Test it NowBootstrap Disabled StateThe disabled state specifies that you cannot click on the link. Add class .disabled to disable the links you don't need more. See this example: Test it NowBootstrap Pagination SizingYou can also size pagination blocks larger or smaller accordingly. Add class .pagination-lg for larger blocks or .pagination-sm for smaller blocks. See this example: Test it NowBootstrap BreadcrumbsIt is another form of pagination. It indicates the current page's location within a navigational hierarchy. The .breadcrumb class is used to create breadcrumbs. See this example: Test it NowNext TopicBootstrap Pager |