Q. Bootstrap is developed by

  • (A) James Gosling
  • (B) Mark Jukervich
  • (C) Mark Otto and Jacob Thornton
  • (D) None of them
πŸ’¬ Discuss
βœ… Correct Answer: (C) Mark Otto and Jacob Thornton

Q. Bootstrap is a free front-end framework

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

Q. In Grid move columns to the right using

  • (A) .col-md-left-*
  • (B) .col-md-margin-*
  • (C) .col-md-offset-*
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) .col-md-offset-*

Q. Which of the following is correct about bootstrap wells?

  • (A) You can change the size of well using the optional classes such as, well-lg or well-sm.
  • (B) well-lg or well-sm classes are used in conjunction with .well class.
  • (C) Both of the above.
  • (D) None of the above.
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both of the above.

Q. Which of the following bootstrap style is used to add standard links to .navbar?

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

Q. Which of the following bootstrap styles are used to create a justified tabs navigation?

  • (A) nav, .nav-tabs
  • (B) nav, .nav-pills
  • (C) nav, .nav-pills, .nav-stacked
  • (D) nav, .nav-tabs, .nav-justified
πŸ’¬ Discuss
βœ… Correct Answer: (D) nav, .nav-tabs, .nav-justified

Q. Which of the following bootstrap style of image makes the entire image round by adding border-radius:500px?

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

Q. Which of the following class indicates a warning that might need attention?

  • (A) active
  • (B) success
  • (C) warning
  • (D) danger
πŸ’¬ Discuss
βœ… Correct Answer: (C) warning

Q. Stacked-to-horizontal grid becomes

  • (A) horizontal on desktops
  • (B) horizontal on mobiles/tablets
  • (C) horizontal on all devices
  • (D) stacked on all devices
πŸ’¬ Discuss
βœ… Correct Answer: (B) horizontal on mobiles/tablets

Q. In Bootstrap we can addfor

  • (A) Proper Rendering and Zooming in mobile
  • (B) Make SEO
  • (C) Make proper view of labels
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (A) Proper Rendering and Zooming in mobile