1. Choose the color below that is considered a Web Safe Color: a. #0045CC b. #653456 c. #000044 d. #33FF99
1. Choose the color below that is considered a Web Safe Color:
a. #0045CC
b. #653456
c. #000044
d. #33FF99
2. Use the ___________________ property to resize or scale the background image.
a. background-image
b. background-clip
c. background-origin
d. background-size
3. When a web page uses graphics for the main navigation links, provide accessibility by:
a. using alt attributes
b. providing text links on the bottom of the page
c. both a and b
d. none of the above
4. A smaller version of a larger image that usually links to the larger image is called a:
a. hyperlink
b. thumbnail image
c. small image
d. none of the above
5. Choose recommended methods to obtain graphics for your web site.
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
6. A(n) ________ is an image that is configured so that parts of the image can be used as one
or more hyperlinks.
a. image map
b. hyperimage
c. navigation image
d. none of the above
7. The tag used to create a horizontal line on a web page is:
a. <hl>
b. <br>
c. <hr>
d. <line>
8. Select the code below that will configure a background image called parchment.gif for a
web page using CSS.
a. body {background-image:url(parchment.gif); }
b. document {background:parchment.gif; }
c. body {background:parchment.gif’}
d. None of the above
9. Select the code below that uses CSS to eliminate the default border on an image
configured as an image link.
a. a {border: 0; }
b. img {border: 0; }
c. img {border-style: none; }
d. None of the above
10. The _____ element displays a visual gauge of a numeric value within a known range.
a. progress
b. meter
c. border
d. hr
Trending now
This is a popular solution!
Step by step
Solved in 3 steps