Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Bootstrap-Pagination

    • 0
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 379
    Comment on it

    Hello friends, Here is simple code of using Pagination. You can use this code to make your page more attractive and give a easy access by reaching on several pages from a single columns of links.

    Pagination is a navigation tool that will help users to tap through a sries of pages one by one. It is an additional feature to use navigation option for browsing through single parts of a given pages.In newspaper pagination play important role for reading large article. It is much better option then traditional "<< previous and next >>" button.

    Try this code for making wonderful templates or web pages.

    Source Code:-

    1. <!DOCTYPE html>
    2. <html lang="en">
    3. <head>
    4. <title>Pagination in Bootstrap</title>
    5. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
    6. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
    7. <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
    8. </head>
    9. <body>
    10. <ul class="pagination">
    11. <li><a href="#">1</a></li>
    12. <li><a href="#">2</a></li>
    13. <li><a href="#">3</a></li>
    14. <li><a href="#">4</a></li>
    15. <li><a href="#">5</a></li>
    16. <li><a href="#">6</a></li>
    17. <li><a href="#">7</a></li>
    18. <li><a href="#">8</a></li>
    19. <li><a href="#">9</a></li>
    20. <li><a href="#">10</a></li>
    21. <li><a href="#">Next >></a></li>
    22. <br>
    23. <li>
    24. Go to page: <input type="text"> <button type="button">Go</button>
    25. </li>
    26. </ul>

    output:-

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: