Name:     ID: 
 
    Email: 

links2.tst

Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
 
 
asst5_linksb_files/i0020000.jpg
 

 1. 

In index.html,  you  would use ___________ to make 2.gif a link to 3.html
a.
<a href="images/2.gif"><img src="3.html" alt="3"></a>
b.
<a href="3.html"><img src="2.gif" alt="2"></a>
c.
<a href="examples/3.html"><img src="images/2.gif" alt="2"></a>
d.
<a href="3.html"><img src="images/2.gif" alt="2"></a>
 

Short Answer
 
 
asst5_linksb_files/i0050000.jpg
 

 2. 

Write the code to do the following:

1. In index.html put a link to 3.html.


2. In index.html put a link to 4.html.


3. Make  1.gif  the background of index.html.


4. In index.html put a link to 5.html.


5. Place 1.gif  in 4.html.


6. In 6.html, link back to homepage.
 



 
Submit          Reset Help