Review Lists in XHTML (see link on Summaries page)
Read Nerds 2.0.1 - A
Brief History of the Internet
Read What
Is The Internet (And What Makes It Work)
This assignment involves:
Make a copy of your index.html homepage and call it something
like assign2.html. Use the cp Unix command to create
assign2.html and then use the chmod Unix command to
change the permissions on the new page by doing the following:
%cd $HOME/public_html
%cp -i index.html assign2.html
%chmod og+r assign2.html
The Assignment 3 Web page described below should be accessed by selecting a hyperlink for Assignment 3 from your homepage. In your index.html file, put your assignment links for assignments 2 through 7 plus a link for the final project in an unordered list (<ul>) that is located under your Assignments heading that you created as part of Assignment 2. The link for Assignment 2 should load the copy of your homepage which is called assign2.html. The link for Assignment 3 should load a new Web page that you will be creating for this assignment while the links for assignments 4 through 7 and the final project can be "broken" (for now, at least). These links should all be relative.
Recall that to update your homepage you will use the following Unix
commands:
%cd $HOME/public_html
%pico index.html
type your changes into the pico text editor, save them using ctrl-o and
press the enter key, view the changes with the browser; when done, exit
using the ctrl-x command
%logout
You need to create a Web page that satisfys the following requirements: