LESSON 2 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 tag bolds text?

<b></b>
<i></i>
<u></u>
<s></s>

2. What tag italicizes text?

<b></b>
<i></i>
<u></u>
<s></s>

3. What tag underlines text?

<b></b>
<i></i>
<u></u>
<s></s>

4. What tag strikes-out text?

<b></b>
<i></i>
<u></u>
<s></s>

5. What tag centers text?

<br>
<p></p>
<center></center>
&nbsp;

6. How do you highlight text in HTML (HINT: You can put style="" in the FONT tag so that your highlighted text won't be bold)?

<highlight color="color"></highlight>
<font style="background-color:yellow"></font>
<font style="color:yellow"></font>
<b highlight="color"></b>

7. What is nesting in HTML?

proper ordering of tags
a bird laying its eggs
finding a niche in one's habitat
proper ordering of elements

8. Which of the following tags are nested properly?

<br><center><img></center>
<br><center><img></img></center></br>
<br><center><img></img></center>
<br><center><img></img></br></center>

9. What is a line break?

a return which returns text and such to the next line, one line up from the space below it
a return which returns text and such to the next line, one line down from the space above it
a return which returns text and such to the next 3 lines, three lines down from the space above it
a return which returns text and such to the next 3 lines, three lines up from the space below it

10. Why can't you use the keyboard's spacebar to enter more than one consecutive space?

the browser will return these spaces
because Kelcey Coe wants to be difficult and says not to
even space needs to be recycled
the browser will not return these spaces