string.fontcolor( color )
<html><head><title>JavaScript String fontcolor() Method</title></head><body><script type="text/javascript">var str = new String("Hello world");alert(str.fontcolor( "red" ));</script></body></html>
<font color="red">Hello world</font>