Ch8: Responsive Layout Basics fdasdas Flashcards
The viewport meta tag helps with displays on mobile devices by setting the width and scale of the viewport.
True
Add the viewport meta tag to the head section of every web page to enhance display on mobile devices.
Which of the following values would you assign to the display property to configure a flexbox container?
flex
Which of the following CSS properties configures proportional flexible items?
flex
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?
picture
Which of the following CSS properties configure how the browser should display extra space along the main axis in the flex container?
justify-content
A grid is comprised of horizontal and vertical grid lines that delineate grid rows and grid columns.
True
Which of the following would occur if a browser does not support grid or flexbox layout?
The browser will ignore properties associated with grid and flexbox.
Which of the following is a conditional that can be used to test for support of a CSS property?
feature query
Which of the following CSS properties configures empty space between grid tracks?
gap
Which of the following attributes of the img element will provide a method for the browser to display different files based on specific criteria?
srcset