'fontSize()' Syntax, Parameters and Note : fontSize « Javascript Methods « JavaScript Reference

'fontSize()' Syntax, Parameters and Note

Note:

Returns a string in the specified font size.
    
Syntax:
    
stringName.fontSize(param1)

Parameters:
    param1   Required; a number between 1 and 7.

    

      
      








Related examples in the same category

1.'fontSize()' Example
2.'fontSize()' is applied to