Articles → BOOTSTRAP → Collapse Class In Bootstrap

Collapse Class In Bootstrap






Purpose





Example


<!DOCTYPE html>
<html>
   <head>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>    
      <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class="container">
         <button data-toggle="collapse" data-target="#demo">Collapsible</button>        
         <div id="demo" class="collapse">            
            This content will show/hide when button is clicked        
         </div>
      </div>
   </body>
</html>



Output


Picture showing the output of collapse class in bootstrap
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Friday, October 29, 2021

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250