Horizontal Navigation with CSS
Mon, Dec 13, 2010
Objective
Use display block and floats to create a horizontal navigation menu
Agenda
Create a new file called "horizontal-navigtation.html" in your labs folder
Learn how to float the links next to each other horizontally
Stylize your links so they look good!
Rubric
| 5 | Create a new file named "horizontal-navigation.html" |
| 3 | Make the list items float left |
| 2 | Style your links |


