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">×</span>n </button>n</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
What If There Are More Than 12 Column Being Used In The Bootstrap Grid System? Does It Still Work?
Do you know what is the use of bootstrap carousel plugin?
List the features of bootstrap.
Can we customize columns default settings to create complete custom layout from scratch in bootstrap?
Which class is used for pagination in bootstrap?
What Is Normalize In Bootstrap?
Explain me what is bootstrap breadcrumb?
Bootstrap multiple form types i.e. Horizontal, inline and basic have similar views when they are viewed under 768px devices? Yes or no explain?
Explain me types of lists supported by bootstrap?
What are the two codes used for code display in bootstrap?
Why use Bootstrap?