Personal Assignment #3

Subscribe in your email box!

Subscribe in your feed reader!

I try to write about three times per week. Most of it is pretty good and will probably help you grow your business. If it doesn't, then I probably can't help you.

You can use a traditional RSS Feedreader with this fancy-dancy link. I think this approach is harder but if you want to do it the hard way, who am I to say otherwise?

You can use a traditional RSS Feedreader with this fancy-dancy link. I think this approach is harder but if you want to do it the hard way, who am I to say otherwise?

Total Points: 25

Create an HTML document that includes the following elements:

  • One page landing page that has stylistic elements
  • You should include an external stylesheet and use no inline styling
  • Use a background image and a fixed width page.
  • Include a page <div>, a header <div>, content <div> and footer <div>
  • Use a font set other than default
  • Heading 1
  • Heading 2
  • Embed an image and float that image to the right or left on each page
  • Give the image a border styling with CSS
  • Demonstrate proper use of classes and IDs.
  • Demonstrate proper use of <div> and <span> tags
  • Use floats, margins and padding to position your elements properly.
  • Demonstrate relative and absolute positioning.