December 1999
Intermediate to advanced
95 pages
2h 34m
English
<font> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4D • WebTV • Opera3
<font>...</font>
Used to affect the style (color, typeface, and size) of the enclosed text. This tag is deprecated in the HTML 4.0 Specification in favor of style sheet controls.
color=#rrggbbSpecifies the color using a hexadecimal RGB value.
face=typeface
(or
list of typefaces)Specifies a typeface for the text. The specified typeface will be used only if it is found on the user’s machine. When a list of fonts (separated by commas) is specified, the browser will use the first available in the string.
size=1|2|3|4|5|6|7|+1|+2|+3|+4|-1|-2Sets the size of the type to an absolute value on a scale from 1 to 7
(3 is the default), or using a relative value +n
or -n (based on the default or
<basefont> setting).
Read now
Unlock full access