HWG HTML5 course assignment 3

NOTE: Page left intentionally ugly with colours and overflowing and clashing text to prompt discussion in subsquent weeks how to use these "containers" more efficiently, for example have them also re-size or otherwise.

Week 3: HTML5 and Text

An article

Requirements

What I'd like you to do this week is take the structural elements page you created last week and add some text to it, making sure that you use CSS to format the text. You can use either internal or external styles, but I'd prefer that you get into the habit of creating external style sheets - just because, as we've discussed, it's cleaner and provides you with the most versatility.
 
Also, feel free to colorize, round the corners, or add drop shadows as your see fit. Again, this is not manditory. All I really want to see here is that you understand how to format text - the rest of it's for the fun of it...

A figure with NO float

Please place a border around each element using CSS property border: 1;

A figure with LEFT float


 
Also, feel free to colorize, round the corners, or add drop shadows as your see fit. This is not mandatory, though. Again, all I really want to see here is that you understand the containers concept.

A figure with RIGHT float


 
This is additional arbitary text to see how it flows (or floats) around the figures that have been added within this container.