String.FontColor Example – JavaScript Syntax – JS String.FontColor Example

String.FontColor Example – JavaScript Syntax – JS String.FontColor Example Purpose: – Illustrates the JavaScript syntax for the String FontColor . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.fontcolor(“color”) – Wraps string in fontcolor tags. The value can be a color name (e.g. green), an RGB value (e.g. rgb(0,255,0)), or a hex number (e.g. #00FF00).... [Read More...]