Prev Demo
Custom Content
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="#" class="list-group-item active"> <h4 class="list-group-item-heading"> DotNetFunda is an online tutorial website </h4> </a> <a href="#" class="list-group-item"> <h4 class="list-group-item-heading"> TechFunda </h4> <p class="list-group-item-text"> Learn Technologies step by step manner </p> </a> <a href="#" class="list-group-item"> <h4 class="list-group-item-heading"> we can provide you 24*7 support on DotNetFunda and TechFunda </h4> <p class="list-group-item-text"> We provide 24*7 support. </p> </a> </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output