FONTS EVEN THE FONZ WOULD LOVE (REMEMBER THE FONZ?)
The word font refers to the style of characters that you are using. The default
font for Corel Word Perfect, MS Word and HTML is
HTML use the tag team of <font> and </font> to change how portions of text appear on your webpage. The font tag must have one of the following equations in the beginning tag to have any effect on the text sandwiched between this tag team.
|
NAME |
FUNCTION |
EXAMPLE |
|
size |
determines the size of font. |
size="2" ( the larger the number, the bigger the font) size="+1" (makes font one size larger than default) size="-1" (makes font one size smaller than default) |
|
color |
determines the colour of the font |
color="#ff00ff" This color will override or take precedence over the default color for text supplied in the <body> tag. |
|
face |
determines the style of the letters |
face="arial" |
Here is the code for our webpage where the font face is Arial, the size is 7 and the color is green.
<HTML>
And here is what the page looks like: