JavaScript Reference/Javascript Methods/big

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

"big()" Example

   <source lang="javascript">
   

<html> <body> <button onclick="var myS = new String("www.wbex.ru");

       document.write("www.wbex.ru"+myS.big());">make string big</button>

</body> </html>


     </source>
   
  


"big()" is applied to

   <source lang="javascript">

+----------------+--------------------------------------------------------------+ | Applied_To |String | +----------------+--------------------------------------------------------------+

     </source>
   
  


"big()" Syntax, Parameters and Note

   <source lang="javascript">

Note: Draw string in a bigger font size.

Syntax:

stringName.big()


     </source>