Practice ยท 1 of 1
First Stylesheet
Write your first external-stylesheet pattern, inline in one file:
- A <style> block containing a rule for h1 that sets color (any color you like).
- A second rule for p that sets font-size to a value with units (e.g. 18px).
- Every declaration must end with a semicolon.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: What CSS Is & How to Add It โ Practice