Intermediate CSS Layout – Apple iPod

Basic HTML4: Three Column Layout

Basic HTML5: Three Column Layout

Basic CSS3: Three Column Layout

CSS: Add below code to CSS to make it compatible across browsers

Script: Add below script inside HTML head tag to make page compatible with Internet Explorer

Rounded corners are created adding the following code in your CSS

HTML5: Three Column Layout

Here’s how to start:

  1. Determine Layout: http://markup.io/v/htgyy7t3y0ek
  2. Know where you’re going to get your “starter code.”
  3. Create your file structure
  4. Create your index.html
  5. Create your style.css
  6. Attach your .css to your .html
    Navigation
  7. HTML: Insert the unordered list and list items tags for your navigation
  8. CSS: Remove the bullets, display the list as block and float to the left
    “Slider”
  9. Insert slider div and image into header
    Content
  10. Insert a main_photo div and insert image
  11. Insert 3 bottom divs and float all three to left
    Footer
  12. Insert the footer nav image in the footer div.

Do the rest on your own. This is fantastic practice!

See Demo page

http://www.everythingaboutweb.com/classes/examples/ipod_final/html5/