- What is the difference between absolute and relative paths?
- Refer to the image. If the current file is parks.htm in the tutorial.02/case1/extra
folder, what are the relative path names for the other four files?
- What tag would you enter to link the text "White House"
to the URL "http://www.whitehouse.gov? Have this link displayed
in a new browser window named "GovWin".
- What tag would you enter to link the text "Washington" to
the FTP server at ftp.uwash.edu?
- What tag would you use to link the text "Boxing" to the
newsgroup rec.sports.boxing.pro?
- What tag would you enter to link the text "President" to
the email address president@whitehouse.gov?
- What is the purpose of the pound symbol (#) when creating a link to
an anchor in a separate Web page?
- What code would you enter to link the text "Sports Info"
to the file sports.htm?
- What code would you enter to link the text "Basketball News"
to the file sports.html at a place in the file with the anchor name
"bball"?
- What is a hotspot? What is an image map?
- What are two types of image maps? What are the advantages and disadvantages
of each?
- What HTML tag would you use to define a rectangular hotspot with the
upper-left edge at 5,20 and the lower-right edge at 85,100, and with
oregon.htm displayed when the hotspot is activated?
- What HTML tag would you use for a circular hotspot centered at (44,81)
with a radius of 23 pixels to be linked to la.htm?
- What HTML tag would you use for a hotspot that connects the points
5,10, 5,35, 25,35, 30,20 and 15,10, and it is linked to hawaii.htm?
- What HTML tag would you use to assign an image map named States to
westcoast.gif?
- What HTML tag would you use to increase the border around westcoast.gif
to 5 pixels?
|