wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS Flexbox + Multiple Column + ViewPort

Total questions: 5

Worksheet time: 5mins

Name
Class
Date
1.

The Flexible Box Layout Module makes it easier to design flexible responsive layout structure without using float or positioning.?

a)

False

b)

True

2.

Which of the following ways is correct to Set the ViewPort ?

a)

<meta name="viewport" content="width=device-width, initial-scale=1.0">

b)

Absolute

c)

None of the above

3.

A <meta> viewport element gives the browser instructions on how to control the page's ______________.?

a)

sides

b)

angles

c)

dimensions and scaling.

4.

The column-count property specifies the number of columns an element ______?

a)

The Text is shown normal.

b)

should be divided into.

c)

None of the above

5.

Which of the following is the correct form to create a flex-wrap property?

a)

.flex-container {

display: flex;

flex-wrap: wrap;

}

b)

flex-wrap: no-wrap;

c)

None of the above