 |
Friday, May 16, 2008 
<BASEFONT> 
|
DEFINITION
Sets the base font parameters that will be used as a default for any unformatted text with a style sheet or by using the <FONT> tag. |
SUGGESTED STYLE/USAGE This and all browser-specific tags should be used sparingly. The html 3.2 standard contains the <FONT> tag, which can also serve font formatting purposes. |
EXAMPLE <BODY> <BASEFONT SIZE="3"> Sets the base font for the complete document size to 3. <FONT SIZE="+4"> This tag will make the font size is 7. <FONT SIZE="-1"> This font size is 2.
</BODY>
|
 |
 |