------------------------------------------------------------------------------
MC logo
CSc 302 Assignment 2
[^] CSc 302 Assignments
------------------------------------------------------------------------------
<<CSc 302 Assignment 1 CSc 302 Assignment 3>>

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:

  1. 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.
  2. Use a <title> tag in the header.
  3. Use a level 1 or level 2 header (<h1> or <h2>), or both.
  4. Surround all your paragraphs with <p> and </p>.
  5. Use at least one centered paragraph.
  6. Use at least one <hr> less wide than the page.
  7. Create two lists, of different types, nested.
I'll use a browser to view your page, and also the XHTML code.
<<CSc 302 Assignment 1 CSc 302 Assignment 3>>