Network, Computer and Programming Resources
Java - Big
Formats a string object as a big font by encasing it with HTML <big> tags. Both of the following examples result in the same output-displaying the message "Welcome to my home page" in a big font: var welcomeMessage = "Welcome to my home page." document.write(welcomeMessage.big()) <BIG> Welcome to my home page.</BIG> Method of string. See METHODS fontsize, small. Blink