<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<h2>Simple Bootstrap alerts for every day use</h2>
<h4>All messages close automatically after 6 seconds <small>(Can be changed in js)</small></h4>
<button class="btn btn-info" onclick="info('Your info is saved properly.')">Info</button>
<button class="btn btn-warning" onclick="warning('Are you sure ?')">Warning</button>
<button class="btn btn-danger" onclick="error('Unknown error occurred.')">Error</button>
<button class="btn btn-success" onclick="success('All Saved.')">Success</button>
</div>
</div>