WorksheetsBootstrap
Total questions: 11
Worksheet time: 2mins
The Bootstrap grid system works across multiple devices.
True
False
Which class provides a responsive fixed width container?
.container-fixed
.container
.container-fluid
None of above
Bootstrap's grid has ______ columns across the page
1
4
12
8
You're columns should add up to ________
1 or more
10 or fewer
12 or more
12 or fewer
sm, md, lg, and xl represent ___________
Size of the column
Size of the row
Size of the device's screen
Nothing
While building a Bootstrap grid we use ________
span
header
button
div
In the following code, what does the number 4 represent?
<div class="col-md-4">
the span of the column
the height of the column
the responsiveness
how many columns are in a row
If I want my grid to have 4 columns on a large screen, which column class would I use?
col-2
col-lg-12
col-sm-4
col-lg-3
What are the Bootstrap classes for creating columns?
.col-# .col-sm-# .col-md-# .col-lg-# .col-xl-#
.#-col .sm-#-col .md-#-col .lg-#-col .xl-#-col
.large .medium ,small .extrasmall
.col-1 .col-2 .col-3 .col-4
Which of the following grid class is used for desktops?
xl
lg
sm
md
The bootstrap class md means for
phone
tablet
laptop
desktop
