Module 1: Introduction to Cascading Style Sheets

Overview

In this module, students will begin to learn the basics of Cascading Style Sheets (CSS), which they will use to transform their rather dull-looking portfolio pages to designs that are more visually pleasing.

Lesson 1: Anatomy of a Style

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have added a basic style sheet to their index.html file.

Lesson 2: Applying Styles

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have expanded on the style sheet in their index.html file.

Lesson 3: Linking to an External Style Sheet

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have created an external style sheet and linked to it from all their HTML files. They will also have copied the overall updated structure from index.html to all other files. Follow links from the example index.html to see how all pages now look on our example site.