Explain me how will you create a bootstrap dismissal alert?



Explain me how will you create a bootstrap dismissal alert?..

Answer / Km Pooja Yadav

To create a dismissible (closable) alert in Bootstrap, use the .alert-dismissible class and include an X close button with the data-dismiss="alert" attribute. For example: <div class="alert alert-success alert-dismissible fade show" role="alert">n <strong>Well done!</strong> You successfully read this important alert message.n <button type="button" class="close" data-dismiss="alert" aria-label="Close">n <span aria-hidden="true">&times;</span>n </button>n</div>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

Please consider the html code snippet below.<Button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="my title">hover over me</button> what is missing for a tooltip to show properly?

1 Answers  


What If There Are More Than 12 Column Being Used In The Bootstrap Grid System? Does It Still Work?

1 Answers  


Do you know what is the use of bootstrap carousel plugin?

1 Answers  


List the features of bootstrap.

1 Answers  


Can we customize columns default settings to create complete custom layout from scratch in bootstrap?

1 Answers  


Which class is used for pagination in bootstrap?

1 Answers  


What Is Normalize In Bootstrap?

1 Answers  


Explain me what is bootstrap breadcrumb?

1 Answers  


Bootstrap multiple form types i.e. Horizontal, inline and basic have similar views when they are viewed under 768px devices? Yes or no explain?

1 Answers  


Explain me types of lists supported by bootstrap?

1 Answers  


What are the two codes used for code display in bootstrap?

1 Answers  


Why use Bootstrap?

1 Answers  


Categories