You are to create three web pages for this assignment.
The pages should be called
cs2a.html hw3.html hw3.css
The names should be exactly as shown above, do not capitalize the file names or use ".htm" or ".txt" or any other extension besides ".html" Also, both of these files should be in a folder called "cs2a"
The cs2a.html file should contain your name and a list of links to your
homework assignments. For now, it will contain a link to hw3.html. It should also
contain a link to all of the place you have posted your hw3, e.g. the student server,
your unet space, your own purchased server space.
The hw3.html file should contain the features listed below.
overflow:auto2009 © Tim Hickey, All Rights Reserved name="..." attribute)
#menu a:hover {.....}
will set the a:hover property for all links in the element with id = menu, but not in any elements...
<!-- Tim Hickey, tjhickey@brandeis.edu -->Note: this comment will not appear in the browser unless someone uses the "view source" menu item, but it will make it easier for the TAs to grade the HW
I strongly suggest that you do this homework in steps. Here is one sequence of little steps that will guarantee that you meet all of the requirements listed above. The goal in having you develop this webpage is to give you practice in using many of the different features available in the HTML and CSS languages. You should do this assignment over several days and you can use the U-method to save and test each individual step. At each of these steps you should save your webpages, view them with a browser to make sure that they work, and validate them to check for "hidden" syntax errors. A key idea in web page development is to frequently alternate between writing and testing. You can catch errors more quickly this way and in the long run it takes less time.