Explain what media object in Bootstrap is and what are their types?
Answer Posted / Bhuwanesh Garbyal
Media objects in Bootstrap are used to create responsive content containers that display differently on different screen sizes. The media object contains a parent container (`.media`) and two child containers: one for the media content (`.media-body`) and one for the media itself (`.media-left` or `.media-right`). The media content can be an image, video, or any other content that needs to be displayed differently on various screen sizes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers