HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

text-decoration-color

Description

The text-decoration-color property for CSS specifies the color of text decoration set on the element with text-decoration-line.

Syntax

CSS

text-decoration-color: value;

JS

object.style.textDecorationColor = "value";

Values

<'text-decoration-color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

currentcolor

Examples

1 · color

2 · JS