This information is presented for the sake of completion and historical accuracy.
Don't use the
<FONT ...>
tag. It will make your life difficult. See
Break the <FONT> Habit
for an easy tutorial on styles. If you would like to learn how to set font sizes, see
Font Size
.
this code
|
produces this
|
<FONT SIZE=1>hi there</FONT>
|
hi there
|
<FONT SIZE=2>hi there</FONT>
|
hi there
|
<FONT SIZE=3>hi there</FONT>
|
hi there
|
<FONT SIZE=4>hi there</FONT>
|
hi there
|
<FONT SIZE=5>hi there</FONT>
|
hi there
|
<FONT SIZE=6>hi there</FONT>
|
hi there
|
<FONT SIZE=7>hi there</FONT>
|
hi there
|
<FONT SIZE="-2">hi there</FONT>
|
hi there
|
<FONT SIZE="-1">hi there</FONT>
|
hi there
|
<FONT SIZE="+1">hi there</FONT>
|
hi there
|
<FONT SIZE="+2">hi there</FONT>
|
hi there
|
<FONT SIZE="+3">hi there</FONT>
|
hi there
|
<FONT SIZE="+4">hi there</FONT>
|
hi there
|