Explain what is the purpose of .media-list class in bootstrap?
Answer / Abhishek Chauhan
.media-list is a Bootstrap utility class that helps create a vertical list of media objects. It applies the reset styles needed to make each child element appear on its own line.
| Is This Answer Correct ? | 0 Yes | 0 No |
What the following code does, and where they are useful:<a href="#">home <span class="badge">36</span></a>
How to create a bootstrap panel with a heading.
What do you mean by normalize in bootstrap?
Can I override bootstrap css?
Explain the typography and links in Bootstrap?
What are global styles that are used in bootstrap default typography?
What are bootstrap panels? Explain how to create a bootstrap panel with a heading.
Do you know in bootstrap what are the two ways you can display the code?
What is grid system in bootstrap?
Tell me what is bootstrap grid system?
Explain me the bootstrap basic table?
Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?