LESSON 7 QUIZ
     DIRECTIONS: This quiz will score itself as you go. After correctly completing all the questions, click "Done", and you will be taken to a job well-done page. You may only answer each question one time, where it must be correct, otherwise you will have to click "Restart Quiz" below to re-take the quiz. You may cancel this quiz anytime by clicking "Exit this Quiz", however, your current progress will be erased from memory.

     For the best interest in your learning experience, you should correctly complete the quiz before continuing with the tutorial. If you feel you've answered a question correctly and was scored incorrectly, review the material in the lesson corresponding to the quiz you are taking. Most of the quiz questions are written in the order the material was presented in each lesson.


1. What is the definition of a page's style?

the overall appearance of the page
the positioning of web objects
a page's colors and design
the overlapping of web objects

2. How would you set the text color for the entire web page?

use the FONT tag set to the color of your choice
use the TEXT tag set to the color of your choice
use the TEXT attribute set to the color of your choice
use the FONT attribute set to the color of your choice

3. How would you set the background color for the entire web page?

use the BACKGROUND attribute set to a color of your choice
use the BGCOLOR attribute set to a color of your choice
use the BACKGROUND tag set to a color of your choice
use the BGCOLOR tag set to a color of your choice

4. How do you set the link color for the entire web page?

use the LINK attribute set to a color of your choice
use the LINK tag set to a color of your choice
surround the BODY tag within an A tag within a FONT tag set to a color of your choice
you cannot set the link color for an entire web page

5. How do you set the active link color for an entire web page?

use the ALINK tag set to a color of your choice
use the ALINK attribute set to a color of your choice
use the ACTIVELINK attribute set to a color of your choice
use the ACTIVELINK tag set to a color of your choice

6. How do you set the visited link for an entire web page?

use the VISITEDLINK attribute set to a color of your choice
use the VLINK tag set to a color of your choice
use the VLINK attribute set to a color of your choice
use the VISITEDLINK tag set to a color of your choice

7. How do you set an image as the background for an entire web page?

surround the opening BODY tag with the IMG tag
use the BACKGROUNDIMAGE attribute set to the image of your choice
use the BACKGROUND tag set to the image of your choice
use the BACKGROUND attribute set to the image of your choice

8. What does "fixed" mean?

the image is no longer broken
the image is at rest while the foreground of the page scrolls when the user is scrolling down a page
the image now works
the image is at rest while the background of the page scrolls when the user is scrolling down a page

9. How do you set the left margin?

it is impossible to adjust the margins for the entire web page
use the MARGINLEFT attribute set to the size from the margin you want the page to begin
use the LEFT attribute set to the size from the margin you want the page to begin
use the LEFTMARGIN attribute set to the size from the margin you want the page to begin

10. How do you set the top margin?

use the TOP attribute set to the size from the margin you want the page to begin
use the TOPMARGIN attribute set to the size from the margin you want the page to begin
use the MARGINTOP attribute set to the size from the margin you want the page to begin
you cannot adjust the op margin for the entire web page