Lab 13 - Cascading Style Sheets
Cascading Style Sheets
Due by Midnight on April 20, 2001
Cascading Style Sheets - 8 points
STAIR - 2 points
Part One:
Make two html documents which reads from the same .css file (external css). It might be helpful to you to use your favorite poem or lyrics from a song. There should be at least:
- Five different attributes affected in each html document (ex. h1)
- Include at least one div element in each document
Part Two:
In one of your html documents created in part one, use at least:
- Two embedded styles (within the head tag)
- One embedded style should override the external css (in other words, if you wanted your header to be purple in the external css the embedded css would tell it to be red)
- One should not (in other words you don't have a style for a paragraph but in this document you do)
Part Three:
In the second html document created in part one, use at least:
- Three embedded styles (within the head tag)
- One embedded style should override the external css
- Two embedded styles should not override the external css
- Include at least two inline styles (one which overrides an embedded or external style, one which does not)
Final Notes:
Use proper indentation and formatting in your source code. Be sure the appropriate permissions are given for the file, and that you have a link to the project from your home page. All parts of your page must be working. All links will be checked.
Create an additional file called staircss.txt which will be your complete STAIR, outlining the process which used went through to tackle this assignment. A STAIR is worth 2pts. FTP this file to phoenix. Make sure there is a link to it.
To see what I did for this assignment go to "Ode to Cascading Style Sheets".
Special thanks to Leanne Burrow, Andy Harris, Bob Molnar, Paula Trefun, and Jennifer Stewart for their input, inspiration, content, code, lessons, and giving me the opportunity to boldly going where I have never gone before. Thanks! - Margaret Lion
Copyright © 2001 - Indiana University Purdue University - Indianapolis