Alert boxes are used to display the information that interrupt the code. For example errors, warning.
Example of Code
<div class="alert alert-warning">
<strong>Warning!</strong> Please enter the valid name.
<button type="button" class="close" data-dismiss="alert">×</button>
</div>
Output
Warning! Please enter the valid name.