You will create a simple demo page that uses CSS rules.
Choose a theme that could inspire a simple web site. You won't need to produce much content for the page, although the home page should feature a half dozen category labels and a few visual design elements.
Your resulting page should have the following:
The linked dummy pages do not need content, but they should have some text that described them.
You may want to use the Lorem Ipsum generator (under Tools menu in PSPad) to create some fake text.
For XHTML and CSS compatibility, you should place this doctype declaration at the top of the page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">