Floats with CSS
Mon, Nov 22, 2010
Objective
Use CSS floats to control the layout of our web pages
Agenda
Learn how to make CSS floats
Create a new document called "float-images.html" and float an image to the right of the page
Rubric
| 5 | Create a new file named float-images.html |
| 3 | Add an image to the page with some ghetto lorem ipsum |
| 2 | Float the image to the right of the page |


