Bootstrap

Bootstrap

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

8th - 12th Grade

16 Qs

Bootstrap

Bootstrap

9th - 12th Grade

13 Qs

Review for Bootstrap Test

Review for Bootstrap Test

9th Grade - University

13 Qs

Web Design Advanced HTML CSS

Web Design Advanced HTML CSS

9th - 12th Grade

18 Qs

QUIZ

QUIZ

9th - 12th Grade

15 Qs

Web Development

Web Development

1st - 12th Grade

10 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

Bootstrap

Bootstrap

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Nora Allstedt

Used 138+ times

FREE Resource

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>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?