JavaScript String Object
The fontsize() method is used to display a string in a specified size.
This method returns the string embedded in the <font> tag, like this:
<font size="size">string</font>
| Parameter | Description |
|---|---|
| size | Required. An integer between 1 and 7 that specifies the font size |
![]()
The fontsize() method is supported in all major browsers.
Display the text in a large font-size:
JavaScript String Object
Your message has been sent to W3Schools.