Home » HTML » Html miscellaneous » Question
  1. Which is not a container for embedded content?
    1. .embed-responsive-item
    2. .embed-responsive-4by3
    3. .embed-responsive-16by9
    4. .embed-responsive
    5. None of these
Correct Option: A

.embed-responsive-item is used inside .embed-responsive, scales the video nicely to the parent element, .embed-responsive, .embed-responsive-16by9, .embed-responsive-4by3 are containers for embedded content. They creates given aspect ratio embedded content.



Your comments will be displayed only after manual approval.