So far, we have been creating temporary pages that contain content, but they do not have the page
layout that we sketched in our wireframe and mockup.
To create page layout, the old way was to use table structures in HTML. However, the current
method is to use CSS. Sections of the HTML code are surrounded by div tags which are given a
specific ID name, and a CSS ID rule defines the size and other properties of that div group.
A. Planning the Layout
From the wireframe and mockup, decide how many div areas you need to create. You may need to
nest div tags within each other to create certain layouts. Also decide what width and possibly what
height each div must be.