Prev Demo
Pagination In Active State
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </head> <body> <h5><b>Pagination in active state</b></h5> <i>Pagination active is used to set the page in active state</i> <ul class="pagination"> <li><a href="http://www.dotnetfunda.com">1</a></li> <li class="active"><a href="http://www.Techfunda.com">2</a></li> <li><a href="http://www.dotnetfunda.com">3</a></li> </ul> </body> </html>
Note: We DO NOT save your trial code in our database.
Output