CS006: Introduction to the World Wide Web



CSS for pretty pages

In this lab, we will style your webpage using CSS. You must:
  1. Create a second webpage (called whatever you want) in the same public_html directory as your main webpage. The content should be related, but it can be whatever you want. You should have links between the two pages.
  2. Create a CSS file. Both html pages should use this style sheet.
  3. Inside your CSS file, you must define styles for six different html tags. When the mouse hovers over the links, they should change color. You must use eight different style attributes.

Here are some resources that can help you with CSS: