What is the purpose of .media class in bootstrap?
Answer / Himanshu Raj Panchhi
The .media class in Bootstrap creates media objects, which are useful for displaying content with headings and paragraphs, while aligning them in a flexible container. Media objects can also contain images or thumbnails.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain me how you can add badge to list group in bootstrap?
Describe bootstrap panel?
How to give a style to images in bootstrap?
Tell me what are the responsive design patterns?
Explain me how to create thumbnails using bootstrap?
What are glyphicons? How to use them?
Why to choose bootstrap for building the websites?
Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?
Explain what is the use of Bootstrap Carousel plugin?
What is media object?
What do you mean by modal plugin that is used for in bootstrap?
What dependencies does bootstrap require to work properly?