color="color value
or
color name"
- hexadecimal color value for
Red,
Green and
Blue in the format
#RRGGBB
- a standard color name
- the default text color is "black" or "#000000"
unless changed in the <BODY>
statement.
See also a discussion of color in HTML.
|
face="fontname1, fontname2, . . ."
- affects only the proportionally spaced font in the browser
- a comma-delimited list of standard font face names
- the first available font name in the list is used for display
- font names used must match installed font names exactly
- fonts must be installed on the viewer's microcomputer to display
|