Answer: Alert is for showing notifications and alerts in the browser.
Here is a simply example for alert notification .
Example :
<div class="alert alert-warning">
This is a Warning Notification
<a href="#" class="close" data-dismiss="alert">×</a>
</div>
Asked In: While Learning |
Alert Moderator