Unit 2 - Eating The Elephant Associated Web Pages: 1. The State of Oceania original home page (bad web site example) Filename: ../website/index.html <--Begin Description--> The page is untitled, indented on the screen. The page has a white background with a dark blue title bar at the top of the page, upon which is written in white: State of Oceania. Below the title block are, left to right, three dark blue blocks with white icons. From left to right: * The left block has an icon of an up arrow. * The middle block has an indistinguishable icon that might indicate shelving. * The right block has an icon of a table. Below the blocks is an unordered list of two items: * "Good" Site (link) * "I Have a Dream" (link) Below that list, the heading: Table Examples (in black) Below the heading, an unordered list of three items: * Oceania Holidays (link) * Oceania Travel Reimbursement (link) * Sample Form CSS (link) <--End Description--> <--Begin HTML Code--> Untitled

Table Examples

<--End HTML Code--> 2. The remediated Oceania home page Filename: ../website/index2.html <--Begin Description--> The page is untitled, unindented on the screen. The page has a white background with a dark blue title bar at the top of the page, upon which is written in white: State of Oceania. Below the title block are, left to right, three dark blue blocks with white icons. When the mouse cursor is moved over the blocks, the white elements turn to yellow. From left to right: * The left block has an icon of an up arrow plus the text "Home" in white italics. * The middle block has an indistinguishable icon that might indicate shelving plus the text "Sample Form" in white italics. * The right block has an icon of a table plus the text "Sample Table" in white italics. Below the blocks is an unordered list of two items: * "Bad" Site (link) * "I Have a Dream" (link) Below that list, the heading: Table Examples (in black) Below the heading, an unordered list of three items: * Oceania Holidays (link) * Oceania Travel Reimbursement (link) * Sample Form CSS (link) <--End Description--> <--Begin HTML Code--> State of Oceania

Table Examples

<--End HTML Code-->