Kara Harbour

summary 2

1.html layout- There are 5 sections on a html layout. Header is at the top, nav is next, section is on the lift, aside is on the right, article is under section, and footer is on the bottom. To layout your page you can use grid or float like we used in class.

2.section- a section is a grouping of content that is normally in the header. you use sections when you want to have chapters, introductions, content and more. its easier line creating line breaks.

3. Grid layout- offers a grid based layout with rows and collumns, it is an easier way then using float. the verticle lines in a grid are collumns and the horizontal ones are rows. you must specify the width of the collumns or you can just put in auto.