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

color

Description

The color property for CSS describes the foreground fill color of an element's text content.

Syntax

CSS

color: value;

JS

object.style.color = "value";

Values

<'color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

CanvasText

Examples

1 · color

2 · JS