5 hands-on exercises and 5 find-the-bug challenges for the CSS Text Decoration lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Underline #text.
Draw a line through #text.
Give #text a wavy underline.
Underline #text in red.
A 3px underline sitting 4px below the text.
The property is text-decoration.
The value is line-through.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspaceA decoration style needs a line to draw.
The underline should be red while the text stays blue.
A thickness needs a unit.