Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
|
1.
|
Select the best reason to include height and width attributes on an <img>
tag.
a. | they are required attributes and must always be included | c. | to help the browser
display the image in its own window | b. | to help the browser render the page faster
because it reserves the appropriate space for the image | d. | none of the
above
|
|
|
|
2.
|
Select the browser's action when you place BOTH the background and the
bgcolor attributes on the <body> tag.
a. | display the background color instead of the background image | c. | display the
background color while the background image loads and before the background image is
displayed
| b. | will display no background for the page because it is
"confused"
| d. | do
none of the above |
|
|
|
3.
|
Select the tag used to place an image on a web page.
a. | <a href> | c. | <image> | b. | <img> | d. | <graphic> |
|
|
|
4.
|
A type of graphic that is best-suited to photographs is:
a. | gif | c. | png | b. | photo | d. | none of the
above |
|
|
|
5.
|
A type of graphic that can be made transparent and is commonly used on the Web
is:
|
|
|
6.
|
The Web Safe Color Palette is a collection of 216 colors that
a. | display quicker than other colors | c. | relate to the fashion industry and
change each year | b. | display the same on both the Mac and PC platforms | d. | none of the
above |
|
|
|
7.
|
Use the ______ attribute to display an image to the right of a block of
text.
a. | align | c. | alt | b. | spacing | d. | none of the
above |
|
|
|
8.
|
When a web page uses graphics for the main navigation links, provide
accessibility by:
a. | using alt attributes | c. | both a and b | b. | providing text links on the bottom of the
page | d. | none of the
above |
|
|
|
9.
|
A smaller version of a larger image that usually links to the larger image is
called a:
a. | hyperlink | c. | small image | b. | thumbnail image | d. | none of the
above |
|
|
|
10.
|
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 | c. | navigation image | b. | hyperimage | d. | none of the
above |
|
|
|
11.
|
The tag used to create a horizontal line on a web page is:
a. | <hl /> | c. | <hr /> | b. | <br /> | d. | none of the
above |
|
|
|
12.
|
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);
} | c. | body
{background:parchment.gif’} | b. | document
{background:parchment.gif; } | d. | None of the
others |
|
|
|
13.
|
The box model consists of a content area surrounded
by:
a. | a border | c. | border
and margin | b. | padding, border,
and margin | d. | spacing, border, and margin |
|
|
|
14.
|
The _______ is the area between the content and the
margin.
a. | border | c. | padding | b. | spacing | d. | none of the others |
|