Contact Us || Privacy Policy || About Us |
|
1) Bootstrap PaginationBootstrap Pagination is that a lot of pages add some sort of pagination to each page... Use the .pagination class to an <ul> element. then add the .page-item to each <li> element and a .page-link class to each link inside <li>: Example:- Test it Now2) Bootstrap Active StateUse the .active class for current page highlight. Example:- Test it Now3) Bootstrap Disabled StateUse the .disabled class un-clickable links. Example:- Test it Now4) Bootstrap BreadcrumbsUse the .breadcrumb & .breadcrumb-item class indicates the piece by piece of pages. Example:- Test it Now
Next TopicBootstrap Pager
|