Use a pagination to structure things like table listings, search results, and directories.
General guidelines
We can find pagination at the bottom of the page and allows the user to easily move between each page.
<div class="pagination auto-paginate" data-max="6"></div>
Structure
1
Previous and Next: Navigate back and forward from the currently page.
2
Page Navigation: Indicates a specific page by selecting the page number.