Homework 2
Objective:
- You will be creating a page of your favorite web sites.
Specifications:
- Create a page using the XHTML 1.0 Transitional doctype and name the file hw2.htm.
- Make a heading to display at the top of the page that includes your name and the date.
- Create an unordered list of 4 of your favorite websites. Use absolute links. Include a sentence or two describing each website.
- Have one \'back to top\' within-page link at the bottom of the page that returns the user to the top of the page. (Make the page sufficiently long that this link has some effect; it is your choice which approach you take when implementing the within-page link).
- Have a mailto: link with your student email address at the bottom of the page.
- Have a relative link at the bottom of the page that links to your class page.
- Include a couple of comments to explain your code
- Use at least 4 different inline tags in your code.
- Create a homeworks subdirectory within your inp150 directory on the server; replicate this setup on your removable media. Put your hw1.htm and hw2.htm files in this directory.
- Created an ordered list on your class page with each item of the list linking to a homework file in the homeworks directory.
- Validate your code at the W3C validator (validator.w3.org). Your code should achieve perfect XHTML 1.0 Transitional validation (no errors or warnings).
- Structure your code properly. Use tags appropriately, based on their content.
- Be sure to follow proper style in your coding. Also be sure to provide an appropriate title element and an author meta element.
Submitting Your Work:
- Upload the files to your space on the student server
- Print out your code in landscape mode and hand in to the teacher.
Due:
- Start of class on Thursday May 31.