Explain me how will you create a bootstrap panel with footer?
Answer / Sanjay Rathour
To create a Bootstrap Panel with a footer, wrap the content and the footer inside the <div class="panel"> tag. Give the footer its own tag like <footer> or <div> and apply the appropriate Bootstrap classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of layout are available in bootstrap?
Do you know what is bootstrap grid system?
Which classes can be applied to button group instead of resizing each button?
what is Bootstrap Container?
What will be the default bootstrap look of the alert created with this following code:<div class="alert" role="alert">warning! What I'm missing something.</Div>
Explain how do you use glyphicons in bootstrap?
Explain what is Modal plugin used for in Bootstrap?
Tell me what the following code does, and where they are useful:<a href="#">home <span class="badge">36</span></a>
Explain me can you put a listgroup within bootstrap panel?
How to create a navbar in bootstrap?a
What are the classifications of pagination in bootstrap?
Tell me what media object in bootstrap is and what are their types?