HTML / CSS lesson 10 – div tag part 2

In this lesson we make use of the float attribute in the div tag to split up our webpage into two columns – the left hand side column will contain the menu of the website while the right hand side column will have the content of each page. p.s. the unit “em” is the font size. e.g. 1em = 1x the size of the current font and 2em = 2x the size of the current font.