Flexbox and Bootstrap Quiz

Flexbox and Bootstrap Quiz

University

15 Qs

quiz-placeholder

Similar activities

T3. C1-C2 Quizizz Post-Test

T3. C1-C2 Quizizz Post-Test

7th Grade - University

10 Qs

HTML CSS Basics Assessment -1

HTML CSS Basics Assessment -1

University

15 Qs

Mastering HTML and CSS Concepts

Mastering HTML and CSS Concepts

University

20 Qs

Debriefing B3

Debriefing B3

University

18 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

Web Design & Development Quiz

Web Design & Development Quiz

University

18 Qs

CSS Quiz 2

CSS Quiz 2

University - Professional Development

10 Qs

Recuperatorio HTML y CSS

Recuperatorio HTML y CSS

University

20 Qs

Flexbox and Bootstrap Quiz

Flexbox and Bootstrap Quiz

Assessment

Quiz

Computers

University

Easy

Created by

Karen Tan

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You set display: flex; on a parent container. What will happen to its direct children?

They will stack vertically

They will align in a row by default

They will remain unaffected

They will disappear

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You want items inside a flex container to evenly distribute along the main axis with spaces between them. Which justify-content value should you use?

space-between

space-around

space-evenly

center

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You applied flex-grow: 1 to an item inside a flex container. What does this do?

Shrinks the item

Expands the item to fill available space

Centers the item

Keeps the item at its original size

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: A flex container has align-items: flex-start;. What happens to the child elements?

They align to the top of the container

They align to the bottom of the container

They are centered vertically

They stretch to fill the height

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You set flex-wrap: wrap; on a flex container. What effect does this have?

Items stay in a single line and shrink if necessary

Items move to the next line when they can’t fit

Items become stacked

Items disappear

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You have align-self: flex-end; on a flex item. What happens?

The item moves to the bottom of the container

The item stretches across the container

The item stays centered

The item disappears

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scenario: You set order: -1; on a flex item. What does this do?

Moves the item to the beginning of the container

Moves the item to the end

Keeps the item in place

Ignores the item

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?