Description:
This method causes a string to be displayed in the specified size as if it were in a <font size="size"> tag.Syntax:
string.fontsize( size ) |
- color: An integer between 1 and 7, a string representing a signed integer between 1 and 7.
Return Value:
- Returns the string with <font size="size"> tag.
Example:
<html>
<head>
<title>JavaScript String fontsize() Method</title>
</head>
<body>
<script type="text/javascript">
var str = new String("Hello world");
alert(str.fontsize( 3 ));
</script>
</body>
</html>
|
<font size="3">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: