Duplicate the page shown in the image below and upload it with the name assignment1.html with a link back to this page
Follow the suggestions below the image
# 3 vertical columns of content:
# 2 fixed width columns on the right and left, and
# stretchy, fluid center column that fills the browser's remaining horizontal space not taken up by either side column
# fully W3C standards compliant CSS and XHTML with no tables
# using only CSS, each column can be re-ordered (eg. the center column can become a side panel, or the left column can become the right column) - and this done without actually changing the content's order in the source XHTML
# a footer beneath is "pushed down" to be directly below the column with the longest content
# any of the 3 columns can have the longest content and thus push the footer down
# the columns can be set to fill or appear to fill the same vertical space and extend all the way down to the footer - by way of a background element or otherwise
