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 |
Why to choose bootstrap for building the websites?
Explain different types of bootstrap grids?
What is bootstrap 4?
What is grid system and list some grid classes?
What are cons of bootstrapping?
Do you know what are input groups?
Tell me how will you customize links of pagination?
Why do we use jumbotron in bootstrap?
Tell me what are the types of layout available in bootstrap?
What are the responsive design patterns?
What is data toggle in bootstrap and how we can use it?
Explain what are class loaders in Bootstrap?