Computer Science and Computer Engineering 115
Solve it with a Computer
Fall 2006



Lab 7

Simplistic HTML

The goal for this lab is to help you develop and demonstrate your skills creating a simple XHTML document. To keep things simple, the page doesn't have to have a lot of meaning nor does it have to look particularly great. (You will get to write more meaningful web pages in a future lab.) Instead just use it to just demonstrate that you can use several of the tags.

It is suggested that you start by downloading a copy of the template.html (or possibly ValidationCheck.html) from the class home page (or the XHTML folder) and then saving a copy under a different name and adding content.

Include the following elements in the file.

Of course, you can add additional tags, if desired. You can also have a more meaningful page.

While content is not important, using correct HTML is. For example, a few of the things to consider include:

  1. Make sure that every tag has the corresponding end tag. (Exception <br />.)
  2. Use only tags shown in chapters 1 and 2 (or possibly 3) to make sure you don't use tags that are illegal in XHTML.
  3. Make sure all displayed text is inside a header, paragraph, list item, or division.
  4. End paragraphs before beginning a header or list. (But is OK to put a paragraph in a list item.)

Possible extra credit:

To claim your extra credit add a short paragraph just before the end of the body to specify which extra items you did to make sure the paper grader notices your extra effort.

Grading:

Your web page will not be graded on content. It will be graded in satisfying all the above requirements and being valid XHTML.

Submitting your webpage:

  1. Use the URL http://www.cs.plu.edu/submit/login.php
  2. Select your class (csce115, Fall 2006 from the drop down box.
  3. Enter your submit system username and password.
  4. Click "Login".
  5. In the add Assignment box, browse to find the webpage for Lab 7.
  6. Select "Lab 7" for the assignment and then click "Upload".
  7. Double check to make sure the file has been uploaded.
  8. Click "Sign Off" near the top right hand corner of the window.

Due date:

Monday, Oct. 30. There will be a 24 hour grace period. After the grace period late submittals will not be accepted except with written permission from the instructor and will be subject to a 20% per day penalty. (Late assignments turned in over 24 hours after the due date are 2 days late and are subject to a 40% penalty.)

Valid XHTML 1.0 Strict Valid CSS!

Revised: Oct. 24, 2006