Summary
In this lesson, we learned:
- that CSS can be written in three ways:
- In-line
- In the document
- Externally
- External stylesheets need to be linked to HTML using the
link
element in the HTML head. - External stylesheets are commonly used for clarity and reusability.
In the next lesson, we will learn more about the structure of CSS and how to select elements for styling!
Instructions
Congratulations on completing the first CSS lesson!
Start programming for free
5/5