Spring 2009

Lab01
First Page

Due: Tuesday February 10, 2009 12:00 AM

Lab01 - First Page

Requirements

Page is well formed and Valid40 pts
Page title set10 pts
Page headers are displayed correctly20 pts
Lists displayed correctly with valid reasons10 pts
Arial font used for list text10 pts
List text color used10 pts
Total100 pts

Resources

Objective

To create the basic structure of a well formed XHTML document with a simple body

Instructions

For this lab you will need to create a simple XHTML document that displays two lists. One list should contain 3 advantages of using XHTML and the other list should include 3 advantages of using HTML5.

The page should be a well formed XHTML document which requires including the XML directive, the DOCTYPE declaration and the xml namspace declaration.

The page title should be set to "Lab01". The page should display the text "Markup Comparison" as a level one header at the top of the page and the text "XHTML Advantages" as a level two header.

Below the first h2 header you should create an ordered list that contains at least three reasons why XHTML is better than HTML (you can find many reasons on the web). The list should be displayed in the Arial font face, size 4 in any color other than black.

Following the XHTML advantages list you should display the text "HTML5 Advantages" as a level two header followed by another ordered list, this time containing at least three advantages of using HTML5. Format it so that it matches the first list.

Any other changes you make to the page are acceptable as long as the requirements of this lab are complete and readable, feel free to experiment. This page needs to validate with the W3C as valid XHTML.