CS006: Introduction to the World Wide Web
CSS for pretty pages
In this lab, we will style your webpage using CSS.
You must:
-
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.
-
Create a CSS file.
Both html pages should use this style sheet.
-
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:
- This tutorial was created by one of the previous instructors.
It reviews the information we covered in class.
- w3schools.com has a very detailed tutorial that covers every aspect of css development.
If there's something you want to do, but can't figure out how, this page will tell you!
- Last, you can always read the CSS code of any webpage you visit.
click here to see the css code for this class website.