Thu Sep 16 14:43:18 EDT 2004
The lab1.txt file you have to mail in should look like this. (Clicking on the number of each line will bring you to the appropriate section.)
|
Your web page must be in a file called lab1.html in the public_html directory on your home directory. It should have the same structure as provided in the lab instructions:
<html> <head> <title> Title of the Web Page Goes Here </title> </head> <body> Content of the Web Page Goes Here </body> </html>
The title of your page should be your username. The body of the page should include four lines:
your first name
the number of lines in your lab1.txt file
the operating system on your dorm computer
dorm or cluster, depending on where you did the lab
After you've completed all these steps, you have to make your web page visible to the world by using the chmod command as described in this section.