How will you create a Bootstrap Dismissal Alert?
Answer / 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">×</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">×</span>n </button>n</div>n```
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you use the Dropdown plugin?
what is Bootstrap collapsing elements?
Explain what is column offset in bootstrap?
What is Scrollspy plugin?
How many different media queries are used by the Bootstrap grid system by default?
Explain me can you put a listgroup within bootstrap panel?
Do you know what is normalize in bootstrap?
List some features of bootstrap.
What dependencies does Bootstrap require for it to work properly?
Explain how you can create Nav elements in Bootstrap?
What is accordion bootstrap? Explain
what are bootstrap alerts and how will you create them?