Q. Which of the following Which class is use to display black navigation bar?

  • (A) .nav-stacked
  • (B) .nav-pills
  • (C) .navbar-inverse
  • (D) None of the Above
πŸ’¬ Discuss
βœ… Correct Answer: (C) .navbar-inverse

Q. Which of the following class is used to add rounded corners to an image?

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

Q. Which class is used to change the size of wells?

  • (A) .well-lg
  • (B) .well-lg
  • (C) Both A & B
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both A & B

Q. What does the bootstrap class md mean for?

  • (A) Small laptops
  • (B) Tablets
  • (C) Phones
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Small laptops

Q. Which of the following class is used to create warning notification alerts in Bootstrap?

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

Q. Which of the following class is used to right-align navigation bar buttons?

  • (A) .navbar-default
  • (B) .navbar-right
  • (C) .navbar-btn
  • (D) .navbar-rgt
πŸ’¬ Discuss
βœ… Correct Answer: (B) .navbar-right

Q. Which class is used to create thumbnail image?

  • (A) .img-thumbnail-image
  • (B) .img-thumbnail
  • (C) .img-tmbnail
  • (D) .img-thumb
πŸ’¬ Discuss
βœ… Correct Answer: (A) .img-thumbnail-image

Q. Which class applies the hover color to a particular row or cell of a table?

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

Q. Which bootstrap style can be used to get different size items of .pagination?

  • (A) .pagination-lg, .pagination-sm
  • (B) .menu-lg, .menu-sm
  • (C) .lg, .sm
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) .pagination-lg, .pagination-sm

Q. Which of the following option creates a standard navigation bar?

  • (A) <nav class=”navnavbar”>
  • (B) <nav class=”navbar navbar-default”>
  • (C) <nav class=”navbar default-navbar”>
  • (D) <nav class=”navigationbarnavbar-default”>
πŸ’¬ Discuss
βœ… Correct Answer: (B) <nav class=”navbar navbar-default”>