How to create alerts in Bootstrap:
Bootstrap provides an easy way to display the information or create predefined alert messages on the screen.
In Bootstrap alert is created using .alert class for example :
<div class=”alert alert-success”>
</div>
Bootstrap alert has Read more…