Hour Six: The CSS Box Model
This hour we are going to get into the core of Cascading Style Sheets -- the part of the specification that defines how parts of a Web page are displayed, as stacks of boxes. The visual presentation of CSS is defined as a series of boxes based on the structure of the original document.
In this hour, you'll learn
- How Web content is displayed visually in CSS as boxes
- What categories of display elements are used and how you can affect an element's display type
- How CSS browsers interpret and display Web pages
- How to set margins, borders, and padding on a box
Sample Code
You can download the sample code from each hour as one package or individual files.
- Download all [0.6K tar.gz file]
- Navigation Example [HTML]
- Tree Example [HTML]
Web Links
These are the links presented in this hour, given here for easy reference.
Updates and Errata
There are currently no updates to this hour's content.