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

text-emphasis-color

Description

The text-emphasis-color property for CSS specifies the foreground color of the emphasis marks.

Syntax

CSS

text-emphasis-color: value;

JS

object.style.textEmphasisColor = "value";

Values

<'text-emphasis-color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

currentcolor

Examples

1 · color

2 · JS