CSS Text-decoration Property
How to use the Text-decoration Property of CSS.
The CSS Text-decoration property, allows you to decorate your text.
Possible Values
- none (Default)
- underline
- overline
- line-through
- blink
a {
text-decoration: none;
}Inherited? - NO!