How to Use Collapse Example in Bootstrap?
Sometimes to require collapse for display large text with title.Always we like to use collapse for data content. So if you think how to use collapse in my project then it is very easy you have to just copy bellow example and run in your local you will find result. In this example i provide bootstrap collapse example with code so it pretty simple to use.
Example:
<html lang="en">
<head>
<title>Bootstrap collapse example</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<a class="btn btn-danger" role="button" data-toggle="collapse" href="#collapseExp" aria-expanded="false" aria-controls="collapseExp">
Link with href
</a>
<!-- collapse contain -->
<div class="collapse" id="collapseExp">
<div class="well">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<!-- collapse contain end -->
</body>
</html>
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- How to Add Bootstrap 5 in Angular 15?
- Angular 14 Bootstrap 5 Datepicker Example
- How to Install Bootstrap in Laravel?
- How to Use Bootstrap Tabs with Angular?
- Angular 9/8 Bootstrap Tabs Example
- How to Use Bootstrap Tooltip in Angular?
- Angular Bootstrap Timepicker Example
- How to use Bootstrap Modal in Angular?
- Bootstrap Star Rating using Bootstrap-star-rating JS Example
- JQuery Delete Confirm Modal using Bootbox Example
- How to Add Dialog Box in Bootstrap?
- How to Add Tooltip in Bootstrap?
- How to use Datepicker in Bootstrap?