Reading Notes
HTML/CSS book, Ch. 15, “Layout”
- /<div> elements are often used as containing elements to group together sections of a page.
- Browsers display pages in normal flow unless you specify relative, absolute, or fixed positioning.
- The float property moves content to tbe left or right of the page and can be used to create multi-colium layouts. (floated items require a defined width.)
- Pages can be fixed width or liquid (stretchy) layouts.
- Designers keep pages within 960-1000px wide, and indicate what the site is about the top 600px (to demonstrate its relevance without scrolling).
- Grids help create professional and flexible designs.
- CSS frameworks professional and flexible designs.
- You can include multiple CSS files in one page.
Refferences - Jon Duckett