Q. Containers are nestable

  • (A) TRUE
  • (B) FALSE
  • (C) Any of these
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) FALSE

Q. Medium devices are defined as having a screen width from

  • (A) 900 pixels to 1000 pixels
  • (B) 768 pixels to 991 pixels
  • (C) 992 pixels to 1199 pixels
  • (D) 512 pixels to 2048 pixels
πŸ’¬ Discuss
βœ… Correct Answer: (C) 992 pixels to 1199 pixels

Q. The .container class provides

  • (A) Full width container
  • (B) Fixed width container
  • (C) Table format
  • (D) To create a Form
πŸ’¬ Discuss
βœ… Correct Answer: (B) Fixed width container

Q. Glyphicons used for

  • (A) using different icons like badge
  • (B) using slideshow
  • (C) using animation
  • (D) using favicon
πŸ’¬ Discuss
βœ… Correct Answer: (A) using different icons like badge

Q. Using the Bootstrap CDN makes

  • (A) Slows the connection
  • (B) Many users already have downloaded Bootstrap from MaxCDN when visiting another site. As a result, it will be loaded from cache when they visit your site, which leads to faster loading time
  • (C) Will make extra http connection
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (B) Many users already have downloaded Bootstrap from MaxCDN when visiting another site. As a result, it will be loaded from cache when they visit your site, which leads to faster loading time

Q. Which of the following class in Bootstrap is used to create a basic list group?

  • (A) .grouped-list
  • (B) .select-list
  • (C) .list-group
  • (D) .list-grouped
πŸ’¬ Discuss
βœ… Correct Answer: (C) .list-group

Q. The class used to shape an image to a circle is

  • (A) .img-rounded
  • (B) .img-circle
  • (C) .img-rounded
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) .img-circle

Q. Which of the following class in Bootstrap is used to add a zebra-stripe to a table?

  • (A) .tab-striped
  • (B) .zebra-strip
  • (C) .table-stripped
  • (D) .table-striped
πŸ’¬ Discuss
βœ… Correct Answer: (D) .table-striped

Q. Which of the following class in Bootstrap is used to create a large button?

  • (A) .btn-xl
  • (B) .btn-lrg
  • (C) .btn-large
  • (D) .btn-lg
πŸ’¬ Discuss
βœ… Correct Answer: (D) .btn-lg

Q. Which of the following plugin in Bootstrap is used to create a modal window?

  • (A) popup
  • (B) alert
  • (C) modal
  • (D) window
πŸ’¬ Discuss
βœ… Correct Answer: (C) modal