From http://www.w3schools.com (Copyright Refsnes Data)
JavaScript String Object
The fontsize() method is used to display a string in a specified size.
| stringObject.fontsize(size) |
| Parameter | Description |
|---|---|
| size | Required. An integer from 1 to 7 that specifies the font size |
ExampleDisplay the text in a large font-size:
Try it yourself » |
JavaScript String Object
From http://www.w3schools.com (Copyright Refsnes Data)