Review for Bootstrap Test

Review for Bootstrap Test

9th Grade - University

13 Qs

quiz-placeholder

Similar activities

Bootstrap osztályok

Bootstrap osztályok

9th - 12th Grade

12 Qs

Programación 4to - IVBim

Programación 4to - IVBim

10th Grade

10 Qs

bootstrap let's play

bootstrap let's play

University

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

Web technology quiz

Web technology quiz

University

15 Qs

Sistema Grid

Sistema Grid

University

10 Qs

แบบทดสอบก่อนเรียน เรื่อง การตกแต่งเว็บไซต์ด้วย CSS

แบบทดสอบก่อนเรียน เรื่อง การตกแต่งเว็บไซต์ด้วย CSS

10th - 12th Grade

10 Qs

HTML + CSS

HTML + CSS

University

15 Qs

Review for Bootstrap Test

Review for Bootstrap Test

Assessment

Quiz

Computers

9th Grade - University

Medium

Created by

Thelesa Williams

Used 14+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: All site content needs to be inside a ________ div to make the content responsive.

“column”

“jumbotron”

“row”

container

2.

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 largest device that will display this row in stacked columns?

Tablet

Desktop Computer

Laptop

Smart Phone

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: If you are adding your own CSS sheet, make sure your CSS file comes before the Bootstrap CSS file.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: The number of columns in a row depends on the device that the website is being viewed on.

False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

left

middle

right

Which of the following will result in this button grouping?

<a href="#" class="btn btn-default">Left</a>

<a href="#" class="btn btn-default">Middle</a>

<a href="#" class="btn btn-default">Right</a>

<div class="btn-group"> <a href="#" class="btn btn-default">Left</a>

<a href="#" class="btn btn-default">Middle</a> <a href="#" class="btn btn-default">Right</a>

</div>

<div class="btn-group-vertical">

<a href="#" class="btn btn-default">Left</a>

<a href="#" class="btn btn-default">Middle</a>

<a href="#" class="btn btn-default">Right</a> </div>

<div class="btn-group btn-group-justified"

<a href="#" class="btn btn-default">Left</a>

<a href="#" class="btn btn-default">Middle</a>

<a href="#" class="btn btn-default">Right</a>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Bootstrap component covered in this unit?

Buttons

Glyphicons

Emojis

Tables

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following does not correctly create a navigation bar?

<nav class="navbar navbar-default"> <div class="container"> ... </div> </nav>

<nav class=" navbar-right"> <div class="container"> ... </div>

<nav class="navbar navbar-inverse"> <div class="container"> ... </div> </nav>

<nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> ... </div> </nav>

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?