Q. The class used for creating the small size wells is

  • (A) .well-short
  • (B) .well-small
  • (C) .well-lg
  • (D) .well-sm
πŸ’¬ Discuss
βœ… Correct Answer: (D) .well-sm

Q. Which of the following class in Bootstrap is used for creating the large size modals?

  • (A) .modal-large
  • (B) .modal-sm
  • (C) .modal-big
  • (D) .modal-lg
πŸ’¬ Discuss
βœ… Correct Answer: (D) .modal-lg

Q. Which of the following class in Bootstrap is used for creating the small size modals?

  • (A) .modal-large
  • (B) .modal-sm
  • (C) .modal-big
  • (D) .modal-lg
πŸ’¬ Discuss
βœ… Correct Answer: (B) .modal-sm

Q. Which of the following class in Bootstrap is used to indicate the uppercased text?

  • (A) .text-capitalize
  • (B) .text-upper
  • (C) .uppercase
  • (D) .text-uppercase
πŸ’¬ Discuss
βœ… Correct Answer: (D) .text-uppercase

Q. Which of the following plugin is used to create a tooltip?

  • (A) popover
  • (B) tooltip
  • (C) modal
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) tooltip

Q. Which of the following is the correct syntax to insert search icon?

  • (A) <span class = "glyph glyphicon-search"> </span>
  • (B) <span class = "glyphicon glyph-search"> </span>
  • (C) <span class = "glyphicon glyphicon-search"> </span>
  • (D) <span class = "glyphicon-search"> </span>
πŸ’¬ Discuss
βœ… Correct Answer: (C) <span class = "glyphicon glyphicon-search"> </span>

Q. Which of the following class is used to add a heading to the panel?

  • (A) .panel-head
  • (B) .panel-header
  • (C) .panel-heading
  • (D) .panel-content
πŸ’¬ Discuss
βœ… Correct Answer: (C) .panel-heading

Q. Which of the following is correct method to add a success button?

  • (A) <button class = "btn btn-success"> success </button>
  • (B) <button class = "btn button-success"> success </button>
  • (C) <button class = "button btn-success"> success </button>
  • (D) <button class = "button btn-primary"> success </button>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <button class = "btn btn-success"> success </button>

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

  • (A) .label
  • (B) .badge
  • (C) .flag
  • (D) .popover
πŸ’¬ Discuss
βœ… Correct Answer: (A) .label

Q. Is it true that the Bootstrap grid system works across multiple devices?

  • (A) True
  • (B) False
  • (C) Can't say
  • (D) May be
πŸ’¬ Discuss
βœ… Correct Answer: (A) True