Want to test your knowledge of Bootstrap 4 and responsive design basics?
In this 50 question exam, you will be tested on the features of Bootstrap 4. It covers the grid, flexbox, and how to setup a basic layout using components.
In addition, you will be tested on responsive web design basics to make sure you understand how Bootstrap 4 See moreapplies these fundamentals.
How well do you know Bootstrap 4? Are you up for the challenge?
Learn more about Bootstrap: https://bootstrapcreative. Com/shop/bootstrap-quick-start/
Computer Style Sheets
Cascading Style Sheets
Creative Style Sheets
Control Style Sheets
Rate this question:
True
False
Rate this question:
Classes are for use with spans and ID's are for use with DIVs
ID's are supposed to be only used once per page but Classes can be used multiple times per page, and one element can have more than one Class but should have only one ID
Classes should be used only once per page, but ID's can be used as many times as you like on one page
ID's are better than Classes
Rate this question:
.container-full
.container-fluid
.container-width
.container-fw
Rate this question:
Selector {value: property}
Selector {property: value}
Selector {value: value}
Property {property: property}
Rate this question:
True
False
Rate this question:
.col-md-3
.col-md-4
.col-md-7
.col-md-12
Rate this question:
True
False
Rate this question:
CRC = .col > .row > .container
GRC = .grid > .row > .col
CRC = .container > .row > .col
RC = .row > .col
Rate this question:
Class="alert alert-success"
Class="alert alert-warning"
Class="alert alert-info"
Class="alert alert-danger"
Rate this question:
True
False
Rate this question:
These classes will cancel each other out
Since p-0 is first it will override all of the other classes. So the heading will have 0 padding on all breakpoints.
0 padding on all breakpoints, 4 padding value on md breakpoint, then stop the padding from flowing to lg and xl
Rate this question:
True
False
Rate this question:
The .container-fluid class makes the container expand the full width of the browser
The .container-fluid class clears all floats and starts a new row
The .container-fluid class removes all horizontal padding so it touches the left and right edge of the browser window
Rate this question:
True
False
Rate this question:
Button Group = .btn-grp
Button Group = .btn-group
Button Row = .btn-row
Button Bar = .btn-bar
Rate this question:
14px
15px
16px
20px
Rate this question:
True
False
Rate this question:
Jacob Otto & Eric Suzanne
Jacob Thornton & Anna Otto
Mark Otto & Jacob Thornton
Mark Otto & Anna Otto
Rate this question:
True
False
Rate this question:
Rate this question:
Rate this question:
Rate this question:
Nav button
A select menu
A dropdown
Rate this question:
Smaller screens
Increased pixel densities with retina displays
Ability to switch between portrait and landscape orientation
Multi-touch gestures
Slower data connections
Distracted user attention (one eyeball and one thumb)
All of the above
Rate this question:
True
False
Rate this question:
Each column will be full width and expand 100% horizontally.
Each column will wrap the content but be auto width
Grid columns without a set breakpoint width will automatically layout with equal widths. So in this example, 50%/50%
Since the Bootstrap 4 grid uses floats, each column will float left
Rate this question:
Widgets
Styles
Components
Rulesets
Rate this question:
.img-responsive
.img-fluid
.responsive
.fluid
Rate this question:
Bootstrap 2
Bootstrap 3
Bootstrap 4
Rate this question:
True
False
Rate this question:
Tells the browser to look for media queries in the CSS file
Automatically makes a website responsive
Prevents browsers from scaling desktop websites on mobile
Rate this question:
Classes
Components
Widgets
Code snippets
Rate this question:
Make this div 6 columns wide on the sm breakpoint and everything ABOVE
Make this div 6 columns wide on the sm breakpoint and everything BELOW
Make this div 6 columns wide on JUST the sm breakpoint
Rate this question:
Rows
Containers
Columns
Rate this question:
Font Awesome
Octicons
Upstream version of Glyphicons
All of the above
Rate this question:
.btn-default class was renamed to .btn-secondary in version 4
.btn-xs class has been removed in version 4 and you can use .btn-sm instead
The .btn class should be .button
The first two are correct
Rate this question:
This class does not exist
It sets the breakpoint the toggle button will HIDE on the navbar
It sets the breakpoint the toggle button will SHOW on the navbar
Rate this question:
Twitter Blueprint
Bootstrap Blueprint
Twitter Bootstrap
Blueprint Bootstrap Twitter
Rate this question:
Jquery-3.1.1.js and affix.js
Just jquery-3.1.1.js
Jquery-3.1.1.js and tether.js
Jquery-1.1.1.js and tether.js
Rate this question:
.list-item
.li
.list-inline-item
You actually don't need a class on the list items for it to work
Rate this question:
.center
.center-block
.mx-auto
.justify-content-center
Rate this question:
Makes the paragraph the same STYLE as a h1 element
Does nothing because this class is not part of Bootstrap
Makes the paragraph the same FONT SIZE as a h1 element
Rate this question:
Linking to the CSS/JS files on GitHub
Linking to a customized build using the Sass source files
Adding the CSS styles in a style tag in the head of the document
Linking to a precompiled CSS/JS versions via CDN or locally
Rate this question:
The .navbar-collapse div is missing data attributes to specify what needs to be toggled: data-toggle="collapse" data-target="#navbarNav"
The nav element is missing data attributes to specify what needs to be toggled: data-toggle="collapse" data-target="#navbarNav"
The navbar toggler is missing data attributes to specify what needs to be toggled: data-toggle="collapse" data-target="#navbarNav"
Everything is as it should be
Rate this question:
There is not class combination that will work so I would need to write a custom class to get this to work.
.float-left
.float-xs-left
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.