3.2 Separating a document into boxes

Before you control the layout of a document, you need to first structure a document. The most useful element is the <div> element. This is the “Generic block-level container”, which means it does not imply any formatting characteristics.

For each piece of the layout it should be contained in its own <div> element. You can envision that you can control the placement of each <div> box.