Want to test your knowledge of Bootstrap 4 and responsive design basics?
In this 20 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?
Want to learn more? Get my Bootstrap 4 Quick Start Book
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:
6
12
9
14
Rate this question:
Rows
Containers
Columns
Rate this question:
.container-full
.container-fluid
.container-width
.container-fw
Rate this question:
.col-md-3
.col-md-4
.col-md-7
.col-md-12
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:
True
False
Rate this question:
True
False
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:
Widgets
Styles
Components
Rulesets
Rate this question:
Bootstrap 2
Bootstrap 3
Bootstrap 4
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:
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:
True
False
Rate this question:
.img-responsive
.img-fluid
.responsive
.fluid
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:
14px
15px
16px
20px
Rate this question:
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.