Box model

This version uses a table (in order to be able to do the height and width parts)

Margin
Border
Padding
Content Height
 
 
 
Width

This version uses 4 nested tables; it is the most portable version

Margin
Border
Padding
Content
Padding
Border
Margin

This version is the simplest and most obvious: 4 nested divs.

Margin
Border
Padding
Content