Bootstrap MCQ
Bootstrap MCQ
2) Is Bootstrap3 mobile-first?
a. True
b. False
c. Can't say
d. May be
Answer: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
Answer:d
14) Which of the following class in Bootstrap is used to create a large button?
a. .btn-xl
b. .btn-lrg
c. .btn-large
d. .btn-lg
Answer:d
21) The class in Bootstrap which is used to specify the collapsible elements is -
a. .collapse
b. .carousel
c. .pager
d. None of the above
Answer:a
23) The class used for creating the large size wells is -
a. .well-large
b. .well-big
c. .well-lg
d. .well-sm
Answer:c
24) The class used for creating the small size wells is -
a. .well-small
b. .well-short
c. .well-lg
d. .well-sm
Answer:d
25) 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
Answer:d
26) 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
Answer:b
29) 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>
Answer:c
30) 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
Answer:c