How do we create a simply warning notification alert in Bootstraps ?

 Posted by Vivek.Ramapuram on 6/10/2015 | Category: Bootstrap Interview questions | Views: 2707 | Points: 40
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">&times;</a>
</div>


Asked In: While Learning | Alert Moderator 

Comments or Responses

Login to post response