WDD Learning Modules

box modelmarginpaddingborderbox-sizing

Box Model

Description

The Box Model is used to represent what surrounds every element of your HTML page. The Box Model contains the content, padding, border, and margin of each element. In order to get the proper layout of your page and all the elements, you will need to know about the Box Model.

Where this knowledge is utilized

Resources

Prepare

The following video introduces the box model with content, padding, border, margin, and box-sizing.

The Box Model

Ponder