
Bootstrap
Authored by Nora Allstedt
Computers
9th - 12th Grade
Used 141+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between .container and .container-fluid?
.container-fluid keeps margins to the left and right of the content, while .container fills the entire width of the window.
.container-fluid is responsive to the window size, while container creates a fixed width that never changes, regardless of window size.
.container-fluid constantly updates to fit the width of the window, while .container will update occasionally as the window is resized.
.container should be used in headers, while .container-fluid is used for p tags.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: If you use Bootstrap’s framework for your site, you can’t add your own CSS rules.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: It is impossible to have more than one jumbotron on a given page.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following creates a responsive jumbotron on your website?
<jumbotron>
<h1>This text will be in a jumbotron</h1>
</jumbotron>
<div class="jumbotron responsive">
<h1>This text will be in a jumbotron</h1>
</div>
<div class="container">
<jumbotron>
<h1>This text will be in a jumbotron</h>
</jumbotron>
</div>
<div class="container">
<div class="jumbotron">
<h1>This text will be in a jumbotron</h>
</div>
</div>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many columns fit in a single row in the Bootstrap grid system?
4
8
12
It depends on the screen size.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<div class=“row”>
<div class=“col-sm-6”>1</div>
<div class=“col-sm-6”>2</div>
</div>
What is the smallest device that will display these columns side by side?
Desktop Computer
Laptop
Tablet
Smart Phone
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to add a default-styled button to an <a> tag?
<a href="#" class="btn btn-default">Button</a>
<a href="#" class="btn-default">Button</a>
<a href="#" class="btn default">Button</a>
<a href="#" class="btn">Button</a>
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?