0% found this document useful (0 votes)
71 views3 pages

Bootstrap MCQ

The document contains a series of multiple-choice questions related to the Bootstrap framework, covering topics such as grid systems, classes for UI components, and plugins. Key concepts include the number of columns in a grid system, classes for creating lists and modals, and the use of Glyphicons. Additionally, it addresses responsive design through media queries.

Uploaded by

Vishwa Hb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views3 pages

Bootstrap MCQ

The document contains a series of multiple-choice questions related to the Bootstrap framework, covering topics such as grid systems, classes for UI components, and plugins. Key concepts include the number of columns in a grid system, classes for creating lists and modals, and the use of Glyphicons. Additionally, it addresses responsive design through media queries.

Uploaded by

Vishwa Hb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

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

You might also like