Week 3

Unit 3 (Part 1) - Inline CSS - A Splash of Style
Unit 3 (Part 2) - SPAN, DIV and CLASS

Homework Assignment: Part 2

Use your text editor to create a class rule in mystyle.css. Then apply the class in template1.html.

class rule

.hili {background: white; font-style: italic;}

Unit 3 (Part 3) - Adding Some Design

Homework Assignment: Part 3

  1. Use your text editor to create a class rule in mystyle.css. Apply the class in template2.html.
  2. Create a class rule in the embedded style of your HTML document. Use SPAN and DIV inline to apply the new class.
  3. Create an inline style rule that overrides an existing rule.
  4. Demonstrate your understanding of FLOAT and CLEAR by using them on your HTML document.
  5. Use the MARGIN family of properties to make one element overlap another.
  6. Make a border whose size remains static and another that changes when the browser window is resized.

Template 1      Template 2


Back to Week 2
Back to CSS Index Page
My VU Index
Send me mail My Home Page