Before you begin, read this entire document.
The goals this week are for each team to:
Important: Please check with your instructor regarding the status of your assignment. URLs have a demanding syntax, and several of you who have finished the assignment have made typographical errors which you may wish to correct before proceeding. It is often advisable to cut-and-paste URLs rather than typing them in. If you type them wrong, they simply don't work.
cd public_html
cp home.html ht/hw2.html
cd ht
pico hw2.html
Each item in the list should be a link to the person's home page. For students, this is the home.html file. Here is a list of links to the instructors' home pages:
(http://www.oac.uci.edu/indiv/franklin/home.html)
(http://www.oac.uci.edu/indiv/wiedeman/home.html
There is an example hw2.html file at ICS 80W Example Homework 2.
Note: those of you who are particularly interested in the workings of HTML may wish to try the links in your new page to see if they work, and for those that don't, figure out why not. Hint: the home.html files contain relative links. How might copying the file to a new directory affect their behavior?