Q. Bootstrap’s grid system allows up to

  • (A) 6 columns across the page
  • (B) 12 columns across the page
  • (C) columns across the page
  • (D) columns across the page
πŸ’¬ Discuss
βœ… Correct Answer: (B) 12 columns across the page

Q. Default size of H5 bootstrap heading

  • (A) 14px
  • (B) 16px
  • (C) 18px
  • (D) 20px
πŸ’¬ Discuss
βœ… Correct Answer: (A) 14px

Q. The .container-fluid class provides

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

Q. Which one is the bootstrap JS CDN url

  • (A) <script src=”http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js”>
  • (B) <script src=”http://cdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js”>
  • (C) <script src=”http://maxcdn.bootstrap.com/bootstrap/3.2.0/js/bootstrap.min.js”>
  • (D) <script src=”http://max.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js”>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <script src=”http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js”>

Q. Which of the following class makes round corner image for automatically adjust to fit the size of the screen?

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

Q. Which of the following class in bootstrap is used to create a big box for calling extra attention?

  • (A) .box
  • (B) .container
  • (C) .container-fluid
  • (D) .jumbotron
πŸ’¬ Discuss
βœ… Correct Answer: (D) .jumbotron

Q. The correct syntax of creating a standard navigation bar is

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

Q. Which of the following is the correct syntax of creating a standard navigation tab?

  • (A) <ul class="nav nav-tabs">
  • (B) <ul class="navigation nav-tabs">
  • (C) <ul class="nav tab">
  • (D) <ul class="navigation tabs">
πŸ’¬ Discuss
βœ… Correct Answer: (A) <ul class="nav nav-tabs">

Q. Which of the following class is used to create a black navigation bar?

  • (A) .navbar-default
  • (B) .navbar-inverse
  • (C) .navbar-black
  • (D) .navbar-dark
πŸ’¬ Discuss
βœ… Correct Answer: (B) .navbar-inverse

Q. The plugin used to create a cycle through elements as a slideshow is

  • (A) slideshow
  • (B) scrollspy
  • (C) carousel
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) carousel