Hyperlink Assignment 

You are gaining experience with many of the 'tools' that you will need to use when you build your own web page.   
  1. Add a link to the Western Texas College webpage (http://wtc.cc.tx.us)  somewhere on your homepage (index.html). 
  2. You should have COSC 1301 at the bottom of your index.html webpage. Make this a link by entering a relative hyperlink.

    <a href="assignments.html">COSC 1301</a>

  3. Create a NEW webpage called assignments.html which has the following links to these past assignments:
  4. <a href="basic.html">Basic Assignment</A>
    <a href="graphic.html">Graphic Assignment</A>

  5. Add a header on this page defining it in some way as links to your assignments for this class. Be creative and have fun with this page. Demonstrate some of the tags and attributes you have learned. In the future, every assignment you turn in should have a link on this page so I can easily find each of your assignments. The header and assignment links should be all of the text on this page but you may use colors and other formatting tags.
  6. Find a webpage with free clipart and insert at least one image on your assignments.html webpage.
  7. Make this image a link back to your index.html homepage. (p. 66-67 in textbook) You may leave the blue hyperlink box or remove it by adding a border=0 attribute to your image tag <img src="filename.jpg" border=0>
  8. Add an "mailto" link on this assignment page so I can click on the link and send you an email. This is not covered in your textbook. If I were adding this email link, it would be 
    <a href="mailto:tcanada@wtc.cc.tx.us">Tonya Canada</A> . Change my name and email address to yours.
  9. Check to make sure all links for this assignment work correctly. If you have problems, look  through your HTML source file. Double check every tag element line by line looking for what is causing the problem.
  10. Upload both  files (index.html and  assignments.html and your image file) to Geocities. 
  11. Send an email letting me know that you have completed this assignment and are ready for it to be graded. 

Remember that GEOCITIES is case-sensitive. That is, if your link doesn't work, then make sure that it is spelled exactly the same in both places (in the link destination in your anchor start tag and in the original file name). Remember that assignments.html and  Assignments.html represent different files. They have to be typed EXACTLY the same.

As always, start on the assignment early and do not put it off until the last minute. This will allow you time to solve any problems that arise without a time pressure. It also allows you time to ask questions by emailing me or posting to the discussion board.