Bootstrap Level One

Bootstrap Level One

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

ÔN TINHK1, K4

ÔN TINHK1, K4

10th Grade

14 Qs

kểm tra 15 phút bài 7

kểm tra 15 phút bài 7

12th Grade

10 Qs

Bài 29. Nhận biết lỗi chương trình

Bài 29. Nhận biết lỗi chương trình

9th - 12th Grade

14 Qs

IT systems

IT systems

9th - 12th Grade

10 Qs

ARRAYS

ARRAYS

11th - 12th Grade

10 Qs

My Sql

My Sql

12th Grade

10 Qs

Test Excel

Test Excel

10th - 12th Grade

9 Qs

网络与通讯

网络与通讯

12th Grade

15 Qs

Bootstrap Level One

Bootstrap Level One

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Thomas Martinez

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?