WorksheetsBootstrap Website
Total questions: 20
Worksheet time: 10mins
Bootstrap is mobile-first.
False
True
Which class provides a responsive fixed width container?
.container-fixed
.container
.container-fluid
None of above
Which class provides a full width container, spanning the entire width of the viewport?
.container-fluid
.container-fixed
.container
None of above
The Bootstrap grid system is based on how many columns?
12
3
9
6
Which class adds zebra-stripes to a table?
even and .odd
table-striped
table-zebra
table-bordered
Which class shapes an image to a circle?
img-circle
img-rounded
img-thumbnail
img-round
Which class is used to create a big box for calling extra attention?
.container
.bigbox
.jumbotron
None of above
Which button class is used to create a large button?
.btn-xl
.btn-l
.btn-lg
.btn-large
element.
Which class is used to create a button group?
.group-btn
.button-group
.btn-group
.group-button
How can you insert a search icon?
<span class="glyphicon-search"></span>
<span class="glyph glyph-search"></span>
<span class="glyphicon search"></span>
<span class="glyphicon glyphicon-search"></span>
Which class is used to create a badge?
.badge
.label
.tag
.flag
Which class is used to create a basic pagination?
.navigation
.page
.pages
.navigation
Which class indicates a dropdown menu?
.dropdown
.dropdown-list
.select
None of above
A standard navigation bar is created with:
<nav class="nav navbar">
<nav class="navigationbar navbar-default">
<nav class="navbar default-navbar">
<nav class="navbar navbar-default">
Which class is used to create a black navigation bar?
.navbar-black
.navbar-inverse
.navbar-dark
.navbar-default
Which plugin is used to cycle through elements, like a slideshow?
Orbit
Scrollspy
Slideshow
Carousel
Which plugin is used to create a modal window?
Modal
Dialog Box
Popup
Window
Which contextual class indicates a succesful or positive action?
.text-warning
.text-primary
.text-success
.text-info
Which contextual class indicates a dangerous or potentially negative action?
.text-danger
.text-info
.text-warning
.text-primary
The Bootstrap grid system works across multiple devices.
True
False
