Web Design Ch. 4

11 September 2022
4.7 (114 reviews)
31 test answers

Unlock all answers in this set

Unlock answers (27)
question
Choose the item that creates an image link to the school.htm page when the school.gif graphic is clicked.
answer
. < a href="school.html" >< img src="school.gif" alt="school">< / a>
question
Select the best reason to include height and width attributes on an 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
display the background color while the background image loads and before the background image is displayed
question
Select the tag used to place an image on a web page.
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
A type of graphic that is best-suited to photographs is:
answer
jpg
question
A type of graphic that can be made transparent and is commonly used on the Web is:
answer
gif
question
The Web Safe Color Palette is a collection of 216 colors that
answer
display the most similar on both the Mac and PC platforms
question
Choose the color below that is considered a Web Safe Color:
answer
d. #33FF99
question
Use the ___________________ property to resize or scale the background image.
answer
background-size
question
When a web page uses graphics for the main navigation links, provide accessibility by:
answer
a. using alt attributes b. providing text links on the bottom of the page c. both a and b d. none of the above C is the answer
question
A smaller version of a larger image that usually links to the larger image is called a:
answer
thumbnail image
question
Choose recommended methods to obtain graphics for your web site.
answer
a. Purchase a CD of graphics b. Use a graphics application and create your own c. Right click and copy a graphic you like from any web site d. both a and b the answer is D
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
The tag used to create a horizontal line on a web page is:
answer

question
Select the code below that will configure a background image called parchment.gif for a web page using CSS
answer
a. body {background-image:url(parchment.gif); }
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
The _____ element displays a visual gauge of a numeric value within a known range.
answer
meter
question
The _______ is the area between the content and the border.
answer
padding
question
Select the code below that configures a background image to repeat horizontally across a web page.
answer
a. hspace="10" b. background-repeat: repeat-x; c. valign="left" d. background-repeat: repeat-y; B is the answer
question
Select the code below that associates a favorites icon named favicon.ico with a web page document.
answer
a. < link rel="icon" type="image/x-icon" href="favicon.ico"> b. < img href="favicon.ico" alt="favorites" width="16" height="16"> c. < a href="favicon.ico"> favorites< / a > d. < link rel="favicon" type="image/gif" href="favicon.ico"> A is the answer
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
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
Use the _______ property to configure multiple backgrounds on an element.
answer
Background
question
You should code width and height dimensions for images because:
answer
the browser will be more efficient and the page will load faster.
question
The HTML5 ______ element visually displays a bar that depicts a numeric value within a specified range.
answer
progress
question
Use the ________________ property to configure rounded corners with CSS.
answer
border-radius
question
The CSS3 _______ property configures the transparency of an element.
answer
Opacity
question
A _________________ is a smooth blending of shades from one color to another.
answer
Gradient
question
The browser prefix -webkit in a CSS property indicates that it is likely to be recognized by which of the following browsers?
answer
Safari
question
The letters in the acronym HSLA indicate:
answer
hue, saturation, lightness, alpha