JavaScript String Fontcolor() Method - W3Schools

JavaScript String fontcolor()

❮ JavaScript String Reference

Example

let text = "Hello World!"; let result = text.fontcolor("green"); Try it Yourself »

Description

String fontcolor() is deprecated in JavaScript.

Avoid using it.

It may cease to work in your browser at any time.

The fontcolor() method returns a string embedded in a <font> tag:

<font color="colorvalue">string</font>

The <font> tag is not supported in HTML5.

Syntax

string.fontcolor("color")

Parameters

Parameter Description
color Required.A color value in rgb or hex.

Return Value

A string embedded in the <font> tag.
❮ JavaScript String Reference +1 Track your progress - it's free! Log in Sign Up

Từ khóa » Html Color Text Javascript