Home » HTML » Html miscellaneous » Question
  1. Which shapes an image to a thumbnail?
    1. .img-thumbnail
    2. .img-rounded
    3. .img-responsive
    4. .img-circle
    5. None of these
Correct Option: A

.img-thumbnail shapes image to a thumbnail (borders), .img-rounded adds rounded crners to an image, .img-responsive makes an image responsive, .img-circle shapes an image to a circle, it is not supported in IE8 and earlier versions.



Your comments will be displayed only after manual approval.