
CSc 302 Assignment 2
30 pts |
A Simple Page |
Due: Feb 1 |
Create a web page and store it on the Sandbox server where
it will be visible online. Please name your file
asst2.html (using lower case as written) and store it in the
local_html directory on the server. It will have the
URL http://sandbox.mc.edu/youraccout/asst2.html,
where youraccount is your Sandbox login name.
Make sure you can see the page at this URL. You may
write about anything you like, but you must do all of the following:
- Follow the document structure outlined in the book.
You are required to do this by me, even if your web browser
is more forgiving. Make sure you provide all the XHTML
boiler-plate, and provide a <head> and <body> tags.
- Use a <title> tag in the header.
- Use a level 1 or level 2 header (<h1> or <h2>), or both.
- Surround all your paragraphs with <p> and </p>.
- Use at least one centered paragraph.
- Use at least one <hr> less wide than the page.
- Create two lists, of different types, nested.
I'll use a browser to view your page, and also the XHTML code.