Chapter 7

26 August 2022
4.7 (114 reviews)
23 test answers

Unlock all answers in this set

Unlock answers (19)
question
When do you need to use a fully qualified URL in a hyperlink?
answer
When linking to a page on an external website
question
It is possible to use CSS to configure page breaks in a printed web page.
answer
True
question
Which pseudo-element can be used to generate content that precedes an element?
answer
:before
question
Include the keyword ________ in a media query to cause older, non-supporting browsers to ignore the media query.
answer
Only
question
What is the term used to describe image file that contains multiple small graphics?
answer
Sprite
question
Mobile web pages should contain exactly the same content as web pages intended for display on desktop browsers.
answer
False
question
Components of responsive web design include:
answer
Fluid layouts, flexible images, media queries
question
A hyperlink with the phone: scheme may cause a web browser on a mobile device to initiate a phone call.
answer
False
question
A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the web server.
answer
True
question
How would you link to the named fragment #school on the page resume.html from the home page of the site?
question
The ______attribute indicates if a style sheet configures for screen display or the printed page.
answer
media
question
The W3C's concept of "One Web" relates to providing a single resource that is configured for optimal display on multiple types of devices.
answer
True
question
Which CSS property configures multiple lines in a flex container?
answer
flex-wrap
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
The ________ attribute of the anchor tag can cause the new web page to open in its own browser window.
answer
target
question
Select a recommendation for mobile web design from the choices listed below.
answer
use a single column page layout
question
Use the ________ property in the HTML link tag to to associate a web page with a style sheet for printing.
answer
media="print"
question
The ________ meta tag configures scale and dimension on mobile web page display.
answer
viewport
question
Select a recommendation for font in mobile web design from the choices listed below.
answer
Use percentage or em units for font size
question
What is the purpose of the :content pseudo-element?
answer
to generate content that is add to the web page document
question
Which CSS property configures a flex container?
answer
display
question
________ will cause an object not to display.
answer
display: none;