Show Hide text in HTML PHP using Bootstrap collapse class on button click

How to visible the whole div inside text on button click by Bootstrap’s CSS Collapsible example tutorial. In this tutorial we are simply using Bootstrap’s collapse class to make the whole selected div( Using DIV ID tag ) invisible and visible using sliding up and sliding down effect. This will help us…