Learn about...
Meaningful HTML structures such as articles, sections, and navigations area can be styled into multi-column layouts. In the recent past, web page layouts were often implemented using tables, which were hard to maintain. But more importantly, table-based layouts might not look appropriate in many web browser and they diminish the meaningfulness of the overall page structure.
Use the reading to answer the Pre-lab Questions. Be sure to complete the reading and answer the pre-lab questions in Blackboard before the start of the lab period.
html
, head
, title
, meta
, and body
tags)head
: <link rel="stylesheet" type="text/css" href="layout2.css">
body
of your web page. This will add four logical divisions for storing content.background-color: lightblue
).border: 50px solid transparent; border-image: url(border.png) 50 50 round;to the appropriate divisions to create a layout that looks like this:
link
tag so it uses the layout3.css stylesheet.After you have completed layout2.html, layout2.css, layout2f.html, layout3.html, layout3.css, mountolympus-ex1.html and mountolympus-ex2.html.
Right-click on your lab7 folder and create a zip file (send it to a compressed folder).
Upload lab7.zip to Blackboard.