Description:
This method causes a string to be displayed in the specified color as if it were in a <font color="color"> tag.
Syntax:
string.fontcolor( color ) |
- color: A string expressing the color as a hexadecimal RGB triplet or as a string literal.
Return Value:
- Returns the string with <font color="color"> tag.
Example:
<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>
+JavaScript +JavaScript Frameworks Links +Javascript Development +JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn +Javascript Problems +JavaScriptOn +javaScript is a creek in West Virginia in the summe
No comments: