Marketing Web Page Design M6 (Ch. 7 & 8) Quiz Review
A __________________ is a block display element that contains tabular information.
Table element
The __________________________ configures a cell within a row in a table on a web page.
Table-data element
You may have noticed that when a visitor clicks on a hyperlink, the new web page will automatically open in the same browser window. You can configure the ___________________________________ on an anchor tag to open a hyperlink in a new browser window or browser tab.
Target attribute
Before CSS was well supported by browsers, it was common practice to configure the visual aesthetic of a table with HTML attributes. The modern approach is __________________________________________________________.
To use CSS to style a table
Another common practice is to configure the font sizes on the print style sheet to use pt units.
True
In the past, before CSS was well supported by browsers, tables were also used to format web page layouts.
True
Should you expect to have your web pages printed.
True
The best way to test the mobile display of a web page is to publish it to the Web and access it from a mobile device.
True
This meta tag was created as an Apple extension that helps with displays on mobile devices such as iPhones and Android smartphones by setting the width and scale of the viewport.
Viewport meta tag
A technique made popular by David Shea using CSS to configure the small graphics combined in the sprite as background images for various web page elements is called _________________________.
CSS sprites
A more efficient method of alternating background colors on every other table row is ____________________________________________.
CSS3 structural pseudo-class selectors
The _______________________ is often used with a table to describe its contents.
Caption element
Using CSS and applying a class to ever other table row to configure alternating background colors is often referred to as ______________________________________.
Zebra striping
Ethan Marcotte described a ________________________ as a fluid image that will not break the page layout as the browser viewport is resized.
Flexible image
Often a web page layout will consist of a ________________________ across the top of the page with three columns below: navigation, main content, and sidebar.
Header
________________________ make the Web a "web" of interconnected information.
Hyperlinks
According to the W3C a ___________________________ is made up of a media type and a logical expression that determines the capability of the device that the browser is running on, such as screen resolution and orientation.
Media query
Mobile web users are typically on-the-go, need information quickly, and may be easily distracted. A web page that is optimized for __________________________ should try to serve these needs.
Mobile access
The W3C mission of building _____________________________ refers to the concept of providing a single resource that is configured for optimal display on multiple types of devices, which is more efficient than creating multiple versions of ta web document.
One Web
The text approximates the mobile screen size to be _____________________________
320 x 480