Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How will you create a Bootstrap Dismissal Alert?

Answer Posted / Pranav Kumar Ojha

To create a dismissible alert with Bootstrap, use the .alert-dismissible class and add the close button (<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>). Here's an example:nn```htmln<div class="alert alert-warning alert-dismissible fade show" role="alert">n <strong>Holy guacamole!</strong> You should check in on some of those fields below.<br>n <button type="button" class="close" data-dismiss="alert" aria-label="Close">n <span aria-hidden="true">&times;</span>n </button>n</div>n```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of bootstrap?

2