What is the role of the media objects in bootstrap and how many types are available?
Answer / Ravindra Singh
Media Objects are Bootstrap components that allow for easy creation of content containing images, headings, paragraphs, and other elements. Media Objects consist of a container (media), a left-aligned child (media-body), and optional media-left or media-right elements for the image or other content. There are no predefined types of Media Objects in Bootstrap.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can add badge to list group in Bootstrap?
Explain me the bootstrap basic table?
What are bootstrap labels?
What are bootstrap grids?
In Bootstrap what are the two ways you can display the code?
Why use Bootstrap?
What is a Modal Plugin?
In Which language Bootstrap is written ?
Explain basic grid structure in bootstrap?
How we can create a progress bar using bootstrap?
What do you mean by column ordering in bootstrap?
Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?