Question 1 |
|
|

If two pages are in the same folder, to link to a web page named page2.html, use
c:\page2.html |
|
|
images/page2.html |
|
pages/page2.html |
|
page2.html |
|
c:/page2.html |
Question 2

The web page is in lab3/pages, the images are in a lab3/images, to display one of the images named bike.gif,
use <img src="_____">
bike.gif |
|
|
/bike.gif |
|
../images/bike.gif |
|
pages/bike.gif |
|
images/bike.gif |
Question 3
Match the following (just type in the number)
|
|
|
|||||||||||||||||||||||||||
Question 4 |
|
|
|||||||||||||||||||||||||||
Match the following (just type in the number)
|
|
|
||||||||||||||||||||||||||||
Question 5 |
|
|
Previously, we used
body bgcolor=
now we add
background=
Why use both?
To control the background color in case the background image does not download. True or false?
True |
|
|
False |
Question 6
Why didn't we have to change the a href= statements from lab 2?
Because the background image is different for both pages |
|
|
Because the files have now been segregated into different folders, |
|
Because the pages are still in the same folder, so the path didn't change |
Question 7
If we had an
img src=
in lab 2, why would we have to change the
img src=
statements in lab 3?
Because the pages are still in the same folder, so the path didn't change |
|
|
Because the files have now been segregated into different folders, |
|
Because the background image is different for both pages |
Question 8
Match the following (just type in the number)
|
|
|
Question 9
You can also link to an ftp server. How do you change the URL?
<a href="http:// ... target="ftp" |
|
|
<a link="ftp:// ... |
|
<a href="ftp:// ... |
|
<a ftp="www. ... |
Question 10
By the way, what is ftp? ftp stands for forward to page, and is used to upload files from your computer to a web server
True |
|
|
False |
Question 11
What is added to the URL if you want your link to send email?
<a href="mail to:  ... |
|
|
<a href="mailto:  ... |
|
<a mailto:=" ... |
|
<a href="email:  ... |
Question 12 What are the problems with using a link to an email?
(Choose the one best answer)
you open yourself up to increased spam |
|
|
people with web based email won't be able to use the link |
|
you open yourself up to increased spam and |
|
Users complain about increases in spam |
Question 13
What does target="_blank" do?
Opens the link in a new browser window |
|
|
Opens the link in the same browser window |
|
Splits the browser into two windows, and opens the link in the second window |
|
Opens a blank email window |