|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<FONT></FONT>Changes the font size of text |
|
|
An element used to modify font size and color for text. Some browsers support an attribute that will allow you to actually specify the font "face" like you would select a font in a word processing package. <html> <head> <title>How to fiddle with fonts</title> </head> <body> . . ==>> <font size=+2>bigger text</font> than this. . . </body> </html> The example shows how to make a particular character or phrase a different size than the other text. It uses a "relative" size specification to make the text 2 sizes bigger than the current size of the text being displayed. The default is 3, so unless you've overridden this somewhere else, this would be the same as putting size=5. To make the text smaller you simply put a - sign in front of the number. To make it an absolute size then leave off any signs. HTML 3.2 Final
NetscapeNothing special. Microsoft Internet ExplorerAdded the ability to specify a particular font to use, if it's available on the viewing computer.
InternationalizationNothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |