Text Decoration
The text-decoration:
accepts the following declaration keywords;
underline
- Underline text.
- This is the default decoration browsers apply to links.
overline
line-through
- Place a line through text.
- This is often used to show text that no longer applies in content. (Also known as “strike through”).
none
- Remove any decoration of text.
- This is used by developers to remove default browser link decoration.
Some text to decorate.
Some text to decorate.
Some text to decorate.
Some text to decorate.
{ TODO: }
Read page 282 of Chapter 12 in Duckett.