Web Development Chapter 4

11 September 2022
4.7 (114 reviews)
27 test answers

Unlock all answers in this set

Unlock answers (23)
question
Opacity
answer
The CSS3 ________ property configures the transparency of an element
question
Background
answer
Use the ______ property to configure multiple backgrounds on an element
question
Safari
answer
The browser prefix- webkit in a CSS property indicates that it is likely to be recognized by which of the following browsers?
question
background-size
answer
Use the __________ property to resize or scale the background image.
question
#33FF99
answer
Choose the color below that is considered a Web Safe Color:
question
thumbnail image
answer
A smaller version of a larger image the usually links to the larger image is called a:
question
Gradient
answer
A _______ is a smooth blending of shades from one color to another.
question

answer
The tag used to create a horizontal line on a web page is:
question
both a and b (use of graphics application and create your own & Purchase a CD of graphics)
answer
Choose recommended methods to obtain graphics for your web site.
question
background-repeat: repeat-x;
answer
Select the code below that configures a background image to repeat horizontally across a web page
question
alt
answer
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.
question
background-clip
answer
Use the ________________ property to confine the display of the background image.
question
the browser will be more efficient and the page will load faster.
answer
You should code width and height dimensions for images because:
question
meter
answer
The _____ element displays a visual gauge of numeric value within a known range.
question
progress
answer
The HTML5 _____ element visually displays a bar that depicts a numeric value within a specified range.
question
padding
answer
The ____ is the area between the content and the border.
question
image map
answer
A(n) _____ is an image that is configured so that parts of the image can be used as one or more hyperlinks.
question
answer
Select the tag used to place an image on a web page.
question
display the background color while the background image loads and before the background image is displayed
answer
Select the browser's action when you configure BOTH a background color and background image for the body selector
question
progressive enhancement
answer
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:
question
hue, saturation, lightness, alpha
answer
The letters in the acronym HSLA indicate:
question
optimization
answer
Choose the item below that describes the process of creating an image with the lowest file size that still renders a good quality image.
question
gif
answer
A type of graphic that can be made transparent and is commonly used on the Web is:
question
< a href="school.html">< img src="school.gif" alt="school">< / a >
answer
Choose the item that creates an image link to the school.htm page when the school.gif graphic is clicked.
question
answer
Select the code below that associates a favorites icon named favicon.ico with a web page document.
question
img {border: 0; }
answer
Select the code below that uses CSS to eliminate the default border on an image configured as an image.
question
body {background-image:url(parchment.gif); }
answer
Select the code below that will configure a background image called parchment.gif for a web page using CSS.