Get your files ready.

Begin lesson 4 by downloading the required lesson files to a folder and then open the folder from your editor to make yourself ready to begin.


Working with a CSS reset file.

It is good practice to set (reset) your CSS style rules to give you a CSS foundation other than that which you would get with the browser by default.


Layout techniques with and without CSS.

In this exercise you will review the history of layouts and implement a CSS defined layout.


CSS float property.

In this exercise you will use the CSS float property.


Create a list-based navigation using floats.

Lists are commonly used in Web pages as mentioned before, we will not float a list and add some hyper-links.


Work in some margins and padding.

Add space between the sections of text on the page.