For the sake of instruction, each student was supplied a pre-established wireframe (provide on project brief). Students should use the names for the Selectors (listed above) to avoid confusion.
HTML will be read by the browser from left to right, so if a div is ABOVE another div, than it should be listed in the HTML BEFORE the other (i.e. #header should be listed before #col_1).
We will use COMMENTS to help clarify what the code will do. These comments are not required to make the code work and are only for instructional reasons.
HTML For design based on the design above
Notice how some of the </div> tags are embedded within each other—than means they are INSIDE the other div tag and must be listed within the opening an closing tags.