Using Font Tags in HTML

Attributes for <FONT>:

Use:

<FONT size="6">text being modified</FONT>

<FONT color="red">text being modified</FONT>

<FONT face="monospace">text being modified</FONT>

<FONT size="6" color="red" face="monospace">text being modified</FONT>