Chp 4 & 5 – Flashcards
Unlock all answers in this set
Unlock answersquestion
Select the best description of "white space"
answer
empty screen area around blocks of text and images
question
Consider _______ when designing for display on a mobile device
answer
contrast
font size
small screen size
question
Select the group whose mission is to create guidelines and standards for web accessibility
answer
Web Accessibility Initiative
question
The main site navigation or a section offering navigation choices should contain:
answer
visually grouped sections of hyperlinks
question
Which of the following is not a web design recommended practice?
answer
Use frames whenever possible
question
Solid or fixed design is sometimes called _____ design and uses a fixed-width page layout
answer
ice
question
Use the _______ property to configure multiple backgrounds on an element
answer
background
question
The CSS3 _______ property configures the transparency of an element
answer
opacity
question
___________ is a smooth blending of shades from one color to another
answer
gradient
question
Select the item below that does not belong in a consistent website design
answer
a different background color on each page
question
Select the most commonly used site organization for commercial web sites
answer
hierarchical
question
Select a good design recommendation for text hyperlinks
answer
use a key phrase as a hyperlink
question
A type of graphic that can be animated and is commonly used on the Web is:
answer
gif
question
Select the three most common methods of organizing websites
answer
hierarchical, linear, and random
question
Select the best reason to include height and width attributes on an img tag
answer
to help the browser render the page faster because it reserves the appropriate space for the image
question
Select the browser's action when you configure BOTH a background color and background image for the body selector
answer
will display the background color while the background image loads and before the background image is displayed
question
The process of ensuring that web pages coded with new or advanced techniques still are usable in browsers that do not offer support for the newer features is called:
answer
progressive enhancement
question
A type of graphic that is best-suited to photographs displayed on the web is:
answer
jpg
question
Select the items below that can help to appeal to the intended or target audience of a site
answer
the overall look and feel for the site
the amount of color used on the site
the font size and styles used on the site
question
The box model consists of a content area surrounded by:
answer
padding, border, and margin
question
The four principles of WCAG 2.0 are as follows:
answer
perceivable, operable, understandable, robust
question
When applying the design principle of __________ related items are grouped together
answer
proximity
question
Choose the item below that describes the process of creating an image with the lowest file size that still renders a good quality image
answer
optimization
question
Select the code below that configures a background image to repeat horizontally across a web page
answer
background-repeat: repeat-x;
question
Different browsers and even different browser versions will display your web page __
answer
in different ways
question
A(n) ________ is an image that is configured so that parts of the image can be used as one or more hyperlinks
answer
image map
question
Applying the design principle of __________ serves to add visual interest and draw attention
answer
contrast
question
Select statement below
answer
Placing white space around graphics and headings helps them to stand out.
question
A smaller version of a larger image that usually links to the larger image is called a:
answer
thumbnail image
question
The ___________________ property configures a shadow effect on the text displayed within an element
answer
text-shadow
question
A ____________ is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements such as the logo, navigation, content, and footer.
answer
wireframe
question
Select the true statement below
answer
Animation should be used only if it enhances your web site
question
Select the recommended design practice that applies to a website using images for main site navigation
answer
provide alternative text for the images
place text links at the bottom of the page
ensure the image will load quickly on a mobile device
question
Select the tag used to place an image on a web page
answer![]()
question
Use the ________________ property to configure rounded corners with CSS
answer
border-radius
question
Select the code below that uses CSS to eliminate the default border on an image configured as an image.
answer
img {border: 0; }
question
When a web page uses graphics for the main navigation links, provide accessibility by:
answer
providing text links on the bottom of the page
question
The tag used to create a horizontal line on a web page is:
answer
question
Choose the attribute used to provide accessibility by configuring a text alternative that is available to browsers and other user agents that do not support graphics
answer
alt
question
Select the code below that will configure a background image called parchment.gif for a web page using CSS
answer
body {background-image:url(parchment.gif); }
question
Select the code below that associates a favorites icon named favicon.ico with a web page document
answer