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 |
Differentiate Between Fluid Layout & Responsive Layout?
What are the advantages of bootstrap?
What is the role of the media objects in bootstrap?
What are offset columns?
Tell me which class is used to draw a toolbar of buttons?
How many bootstrap 4 media objects?
What is Bootstrap page header?
What is button group?
Explain bootstrap 4 images?
Explain how you can create Nav elements in Bootstrap?
What is a scrollspy plugin in bootstrap?
Explain what is Bootstrap?