Ch8: Responsive Layout Basics fdasdas Flashcards

1
Q

The viewport meta tag helps with displays on mobile devices by setting the width and scale of the viewport.

A

True
Add the viewport meta tag to the head section of every web page to enhance display on mobile devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following values would you assign to the display property to configure a flexbox container?

A

flex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following CSS properties configures proportional flexible items?

A

flex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following is a container element that is coded along with source elements and a fallback img element to provide multiple image files that can be chosen for display by the browser?

A

picture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following CSS properties configure how the browser should display extra space along the main axis in the flex container?

A

justify-content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A grid is comprised of horizontal and vertical grid lines that delineate grid rows and grid columns.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following would occur if a browser does not support grid or flexbox layout?

A

The browser will ignore properties associated with grid and flexbox.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following is a conditional that can be used to test for support of a CSS property?

A

feature query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following CSS properties configures empty space between grid tracks?

A

gap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following attributes of the img element will provide a method for the browser to display different files based on specific criteria?

A

srcset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly