In javascript, the big() method creates text in a big font size. The general format is: string.big(); Example: <script type="text/javascript"> var string="Good morning John"; document.write(string.big()); </script> The above will output the string in a bigger font like so: See Also: