JavaScript Reference/Javascript Methods/big

Материал из Web эксперт
Перейти к: навигация, поиск

"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()