Overview
**Question of the Day: How can we create different styles for the same type of element?**
This lesson introduces CSS classes, which allow web developers to treat groups of elements they want styled differently than other elements of the same type. Students first investigate and modify classes on various pages, then create their own classes and use them to better control the appearance of their pages. Teams then reflect on how they could use this skill to improve their websites.
Vocab
- CSS Class - An identifier that allows multiple elements in an HTML document to be styled in the same way
Resources