|
| Intro | Objectives | Lesson | Activities | Assignment | IntroductionThis week begins your experience with Cascading Style Sheets. For those who learned some HTML prior to around 1998, style sheets are the biggest change to master. They represent a major shift in coding practice. So far, we've been combining the content of a page with all of its formatting. But now we begin to move the formatting instructions away from the content and put them in a separate place. This makes it possible to manage our pages more efficiently. Look at the bottom of this page and you'll see I've added a new validation icon. This one is for CSS. It works a little differently than the one for XHTML but it still serves the same function of identifying any code problems. So read on and start stylin'. Be sure to read the material on this page carefully. Objectives
| Intro | Objectives | Lesson | Activities | Assignment | LessonIntroductory Lecture (20 minutes):
Exercises and Reading
| Intro | Objectives | Lesson | Activities | Assignment | Activities1. Look at the external style sheet for the Libr240 pages and decipher its code. See instructions for this activity. 2. CSS Review of Terms 3. CSS Selectors Review (8 questions) 4. See the CSS Zen Garden. You won't believe what you'll see at this site. The same XHTML document is used by each different designer who creates a design for the page. Click on the links under "Select a Design" and see some of the many different ways the same basic document can be styled! We will be doing a simplified version of the Zen Garden with this Week 5 Libr 240 page. 5. Just for fun, see this series of screenshots that show the design process at work. MBoffin.com shows how the design of the page changed as different parts of the CSS were added to the code. | Intro | Objectives | Lesson | Activities | Assignment | Assignment #5Be sure you work through the lesson and the activities. They will prepare you for the assignment. 1. CSS Zen Mini-Garden. Create a new stylesheet for this page. You can either use an embedded style sheet or an external one. Begin with the plain unstyled version (linked here) and add your own styling for fonts, colors, text-alignment, borders, and any other CSS you'd like to use. Be creative! Have fun. We'll compare some of these and vote for a new temporary style for the Libr 240 pages. The rule: You cannot change the XHTML code in the body of the page. 2. Create 2 XHTML pages that are related and link to each other. Content is your choice. Validate each one to be sure the code is valid XHTML (styles won't work properly unless the XHTML is valid). Include the XHTML validation logo on your pages. Use one external style sheet to format the appearance of both of the pages. The stylesheet should:
Each item in the CSS should be used within at least one of the pages. Do not just blindly copy a style sheet from somewhere else and use it. Your style sheet must meet the criteria listed above. Remember to upload your CSS page as well as your two XHTML pages. Also, remember to upload any image files that are used. 3. Through Blackboard, submit a Word document with the following:
The assignment is due by midnight on Wednesday, September 27. |