Syntax | selector {text-decoration: underline overline line-through blink;}
(OR)
selector {text-decoration: value;}
|
---|---|
Usage | The text-decoration property is used to add a decoration to text. This property is specified by using one or more keywords according to the syntax shown above. |
Keywords |
|
Applies To | All elements |
Inherited | No |
Initial Value | none |
The text-decoration property is set to underline. |