Basic CSS Assignment

Overview

Create a copy of the last page you made. Modify this new copy with basic CSS designations. Use Cascading Style Sheets technology to improve the colors and layout of your page.

Adding CSS

Begin with the page you created in Lab one. If you have not yet done that lab, please do it before attempting this lab. You will be defining the style that explains how the text should be displayed.

CSS Styles to use

This lab focuses more on the presentation (CSS) than the content (XHTML). Your CSS should contain at least one example of each of the following:

A note on colors

For this lab, you can use color names, like "red" or "purple." A list of legal color names is available at webStandards.org. If you know how to use hexidecimal colors, you are free to do so, but we will learn them in a later section

Technical Requirements

Please make sure your assignment meets the following minimum criteria: