HTML – First Page
Create a single page HTML5 website. You should have an index.html file, a includes folder, a css folder, and a images folder. This folder is its own site unto itself.
On this page you should have a wrapping div, and inside of the wrapping div: a header, a content, and a footer div. There should be a horizontal navigation at the top, that also has some sort of user feedback/interactivity. This interactivity will have to utilize the :hover Pseudo-class selector.
Also include a 3-column layout in your content area. A sidebar, a main area, and a section for tertiary content. Make sure to include h2-h6 in your html and style with css. Include paragraphs and style, and images with floats so the text can wrap.
When complete, upload your homework folder to your website folder. Then make sure to create a link to your homework folder vis-a-vis your homework page.