How will you create bootstrap alerts?
Answer / Ankur Roj
To create a Bootstrap alert, add the appropriate classes to a <div>> element. For example, to create an alert box with success message, do this:
<<div class='alert alert-success'>
Success! Your changes have been saved.
</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain me how will you create a stacked progress bar using bootstrap?
What is button group?
Tell me what are offset columns in bootstrap?
How would you define bootstrap pagination?
tell me which classes can be applied to button group instead of resizing each button?
Explain input group in bootstrap.
What is a transition plugin?
What is the bootstrap grid system?
What is affix plugin?
Explain how do you use glyphicons in bootstrap?
What is Responsive Layout??
Write the ways to create a tabbed navigation menu in bootstrap.