How many columns are allowed in a bootstrap grid system?
a) 2
b) 12
c) 13
d) 5
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
The plugin used to create a cycle through elements as a slideshow is -
a) slideshow
b) scrollspy
c) carousel
d) None of the above
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
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
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
Which of the following plugin in Bootstrap is used to create a modal window?
a) popup
b) alert
c) modal
d) window
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>
Glyphicons in Bootstrap are used for -
a) Using different icons on a webpage such as print, envelope, etc.
b) Removing different icons on the page
c) Selecting different icons on the page
d) None of the above
The class "xs" in Bootstrap is used for -
a) tablets
b) phones
c) desktop
d) All of the above
_________ in Bootstrap allow you to move, show and hide content based on
viewport size.
A. Media Queries
B. Col Queries
C. Row Queries
D. Subquery Queries