JavaScript String Object
The fontcolor() method is used to display a string in a specified color.
This method returns the string embedded in the <font> tag, like this:
<font color="colorvalue">string</font>
| Parameter | Description |
|---|---|
| color | Required. A color value. The value can be a color name (e.g. red), an RGB value (e.g. rgb(255,0,0)), or a hex number (e.g. #FF0000) |
![]()
The fontcolor() method is supported in all major browsers.
Display the text in green:
JavaScript String Object
Your message has been sent to W3Schools.