JavaScript Reference/Javascript Methods/big — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"big()" Example
<html>
<body>
<button onclick="var myS = new String("www.wbex.ru");
document.write("www.wbex.ru"+myS.big());">make string big</button>
</body>
</html>
"big()" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |String |
+----------------+--------------------------------------------------------------+
"big()" Syntax, Parameters and Note
Note:
Draw string in a bigger font size.
Syntax:
stringName.big()