Chapter 7

28 August 2022
4.7 (114 reviews)
10 test answers

Unlock all answers in this set

Unlock answers (6)
question
Select a reccomendation for mobile web design from the choices below: a. Use a two-column page layout. b. Use images that display text. c. Use percentage or em units for font sizes. Correct d. Configure all hyperlinks to open in new browser windows.
answer
c. Use percentages or em units for font sizes.
question
Which pseudo-element can be used to generate content that precedes an element?
answer
:before
question
______ will cause an object not to display
answer
display: none;
question
The _____ meta tag configures scale and dimension on mobile web page display.
answer
viewport
question
Use the ____ property in the HTML link tag to associate a web page with a style sheet for printing.
answer
media="print"
question
Include the keyword ____ in a media query to cause older, non-supporting browsers to ignore the media query.
answer
only
question
A _____ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.
answer
media query
question
How would you define a fragment identifier at the top of a page, called "top"?
answer
question
Which CSS property configures multiple lines in a flex container?
answer
flex-wrap
question
What is the term used to describe image file that contains multiple small graphics?
answer
sprite