Week 4
Class 6 - February 21, 2012
In Class Assignment: Make a short bio page and upload it to the server.
Include the following:
- Your Name
- Where you are from
- What you want most out of this class
- In list form, your top 5 favorite things
- CSS Background Images
- CSS positioning
- CSS Box Model

Class 7 - February 22, 2012
- Build navigation using anchor and list tags.
-
- Lists with CSS
- Link (anchor tag) pseudo-classes:
- a:link {color:#FF0000;} /* unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:#0000FF;} /* selected link */
- a:link {color:#FF0000;} /* unvisited link */
- A basic 3-column layout
- Homework: Try building a blog layout with HTML + CSS
- In class exercise files from this week can be downloaded here.
