Workshop


The workshop contains quiz questions and activities to help you solidify your understanding of the material covered. Try to answer all questions before looking at the "Answers" section that follows.

Quiz

1:

Your best friend from elementary school finds you on the Internet and says he wants to trade home page links. How do you put a link to his page at www.cheapsuits.com/~billybob/ on your page?

2:

Your home page will be at http://www.mysite.com/home.html when you put it on the Internet. Write the HTML code to go on that page so that when someone clicks the words all about me, they see the page located at http://www.mysite.com/mylife.html.

3:

You plan to publish a CD-ROM disk containing HTML pages. How do you create a link from a page in the \guide directory folder to the \guide\maine\katahdin.html page?

4:

How about a link from \guide\maine\katahdin.html to the \guide\arizona\superstitions.html page?

Answers

A1:

Put the following on your page:

 <a href="http://www.cheapsuits.com/~billybob/"> my buddy billy bob's page of inexpensive businesswear</a> 


A2:

<a href="mylife.html">all about me</a>

The following would work equally well, though it would be harder to test on your hard drive:

 <a href="http://www.mysite.com/mylife.html">all about me</a> 


A3:

<a href="maine/katahdin.html">mount katahdin</a>

A4:

 <a href="../arizona/superstitions.html"> the superstition range</a> 





SAMS Teach Yourself HTML and CSS in 24 Hours
Sams Teach Yourself HTML and CSS in 24 Hours (7th Edition)
ISBN: 0672328410
EAN: 2147483647
Year: 2005
Pages: 345

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net