You have more control of the display of your test with the <FONT> command. Don't forget the </FONT> command when you are done with that style of text.

There are some commands, like <A>, <IMG>, and <FONT> that take ATTRIBUTES. Attributes are additional values that control, modify, or make specific what the command is supposed to do.

For the FONT command, there are 3 basic attributes to use: FACE, COLOR, SIZE.

FACE is the typeface or font name to be displayed, such as Arial, Helvetica, or Roman.
COLOR is the color of the characters, such as red or blue.
SIZE is the size of the characters, from 1 (tiny) to 3 (normal) to 7 (huge)

These attributes can be combined. For example, the command

<FONT SIZE=4 FACE=ARIAL COLOR=RED>

will display this line slightly larger than normal, in the Arial typeface, colored red. Don't forget the </FONT>.