Prev Demo
List With Disabled State
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" /> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </head> <body> <div class="list-group"> <a href="http://www.dotnetfunda.com"class="list-group-item disabled">dotnetfunda</a> <a href="http://www.dotnetfunda.com" class="list-group-item active">techfunda</a> <a href="http://www.dotnetfunda.com" class="list-group-item disabled ">itfunda</a> <a href="http://www.dotnetfunda.com" class="list-group-item active ">kidsfunda</a> </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output